Class: Google::Apis::ComposerV1::TaskLogsRetentionConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComposerV1::TaskLogsRetentionConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/composer_v1/classes.rb,
lib/google/apis/composer_v1/representations.rb,
lib/google/apis/composer_v1/representations.rb
Overview
The configuration setting for Task Logs.
Instance Attribute Summary collapse
-
#storage_mode ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TaskLogsRetentionConfig
constructor
A new instance of TaskLogsRetentionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TaskLogsRetentionConfig
Returns a new instance of TaskLogsRetentionConfig.
1868 1869 1870 |
# File 'lib/google/apis/composer_v1/classes.rb', line 1868 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_mode ⇒ String
Optional. The mode of storage for Airflow workers task logs. For details, see
go/composer-store-task-logs-in-cloud-logging-only-design-doc
Corresponds to the JSON property storageMode
1866 1867 1868 |
# File 'lib/google/apis/composer_v1/classes.rb', line 1866 def storage_mode @storage_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1873 1874 1875 |
# File 'lib/google/apis/composer_v1/classes.rb', line 1873 def update!(**args) @storage_mode = args[:storage_mode] if args.key?(:storage_mode) end |