Class: Google::Apis::RedisV1::InputConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/redis_v1/classes.rb,
generated/google/apis/redis_v1/representations.rb,
generated/google/apis/redis_v1/representations.rb

Overview

The input content

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InputConfig

Returns a new instance of InputConfig.



242
243
244
# File 'generated/google/apis/redis_v1/classes.rb', line 242

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_sourceGoogle::Apis::RedisV1::GcsSource

The Cloud Storage location for the input content Corresponds to the JSON property gcsSource



240
241
242
# File 'generated/google/apis/redis_v1/classes.rb', line 240

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



247
248
249
# File 'generated/google/apis/redis_v1/classes.rb', line 247

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