Class: Google::Cloud::Parallelstore::V1beta::SourceGcsBucket
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::SourceGcsBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
Cloud Storage as the source 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.
315 316 317 318 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 315 class SourceGcsBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |