Class: Google::Cloud::Redis::V1beta1::GcsDestination

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

Overview

The Cloud Storage location for the output content

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.

Returns:

  • (::String)

    Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.



654
655
656
657
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 654

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