Class: Google::Cloud::Redis::V1::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::GcsDestination
- 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 output content
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
692 693 694 695 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 692 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |