Reference documentation and code samples for the Parallelstore V1 API class Google::Cloud::Parallelstore::V1::DestinationGcsBucket.
Cloud Storage as the destination of a data transfer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uri
def uri() -> ::String
Returns
-
(::String) — Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is optional.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is optional.
Returns
-
(::String) — Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is optional.