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

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 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.



110
111
112
# File 'generated/google/apis/redis_v1/classes.rb', line 110

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)


108
109
110
# File 'generated/google/apis/redis_v1/classes.rb', line 108

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



115
116
117
# File 'generated/google/apis/redis_v1/classes.rb', line 115

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