Class: Google::Apis::ComposerV1::TaskLogsRetentionConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_modeString

Optional. The mode of storage for Airflow workers task logs. Corresponds to the JSON property storageMode

Returns:

  • (String)


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