Class: Google::Cloud::Parallelstore::V1::DestinationGcsBucket
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::DestinationGcsBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1/parallelstore.rb
Overview
Cloud Storage as the destination of a data transfer.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is
optional.
320 321 322 323 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 320 class DestinationGcsBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |