Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::GcsPath.
Specifies a Cloud Storage bucket and, optionally, a path inside the bucket.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uri
def uri() -> ::String
Returns
-
(::String) — Required. The URI to a Cloud Storage bucket, or a path within a bucket,
using the format
gs://<bucket_name>/<optional_path_inside_bucket>/
. If a path inside the bucket is specified, it must end with a forward slash (/
).
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — Required. The URI to a Cloud Storage bucket, or a path within a bucket,
using the format
gs://<bucket_name>/<optional_path_inside_bucket>/
. If a path inside the bucket is specified, it must end with a forward slash (/
).
Returns
-
(::String) — Required. The URI to a Cloud Storage bucket, or a path within a bucket,
using the format
gs://<bucket_name>/<optional_path_inside_bucket>/
. If a path inside the bucket is specified, it must end with a forward slash (/
).