Class: Google::Cloud::Redis::V1beta1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1beta1::GcsSource
- 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 input content
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
621 622 623 624 |
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 621 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |