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.



2228
2229
2230
# File 'lib/google/apis/composer_v1/classes.rb', line 2228

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)


2226
2227
2228
# File 'lib/google/apis/composer_v1/classes.rb', line 2226

def storage_mode
  @storage_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2233
2234
2235
# File 'lib/google/apis/composer_v1/classes.rb', line 2233

def update!(**args)
  @storage_mode = args[:storage_mode] if args.key?(:storage_mode)
end