Class: Google::Cloud::Redis::V1::GcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1/cloud_redis.rb

Overview

The Cloud Storage location for the input content

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns Required. Source data URI. (e.g. 'gs://my_bucket/my_object').

Returns:

  • (::String)

    Required. Source data URI. (e.g. 'gs://my_bucket/my_object').



659
660
661
662
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 659

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end