Class: Google::Apis::RedisV1beta1::InputConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/redis_v1beta1/classes.rb,
lib/google/apis/redis_v1beta1/representations.rb,
lib/google/apis/redis_v1beta1/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.



1156
1157
1158
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1156

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

Instance Attribute Details

#gcs_sourceGoogle::Apis::RedisV1beta1::GcsSource

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



1154
1155
1156
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1154

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1161
1162
1163
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1161

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