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.
2166 2167 2168 |
# File 'lib/google/apis/composer_v1/classes.rb', line 2166 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_mode ⇒ String
Optional. The mode of storage for Airflow workers task logs.
Corresponds to the JSON property storageMode
2164 2165 2166 |
# File 'lib/google/apis/composer_v1/classes.rb', line 2164 def storage_mode @storage_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2171 2172 2173 |
# File 'lib/google/apis/composer_v1/classes.rb', line 2171 def update!(**args) @storage_mode = args[:storage_mode] if args.key?(:storage_mode) end |