Class: Google::Apis::RedisV1::GcsSource

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

Overview

The Cloud Storage location for the input content

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GcsSource

Returns a new instance of GcsSource.

[View source]

1320
1321
1322
# File 'lib/google/apis/redis_v1/classes.rb', line 1320

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

Instance Attribute Details

#uriString

Required. Source data URI. (e.g. 'gs://my_bucket/my_object'). Corresponds to the JSON property uri

Returns:

  • (String)

1318
1319
1320
# File 'lib/google/apis/redis_v1/classes.rb', line 1318

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1325
1326
1327
# File 'lib/google/apis/redis_v1/classes.rb', line 1325

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