Reference documentation and code samples for the Google Cloud Lustre V1 Client class GcsPath.
Specifies a Cloud Storage bucket and, optionally, a path inside the bucket.
Generated from protobuf message google.cloud.lustre.v1.GcsPath
Namespace
Google \ Cloud \ Lustre \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ uri
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 (/).
getUri
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
Type
Description
string
setUri
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
(/).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Lustre V1 Client - Class GcsPath (0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/php/docs/reference/cloud-lustre/latest/V1.GcsPath)\n- [0.1.1](/php/docs/reference/cloud-lustre/0.1.1/V1.GcsPath) \nReference documentation and code samples for the Google Cloud Lustre V1 Client class GcsPath.\n\nSpecifies a Cloud Storage bucket and, optionally, a path inside the bucket.\n\nGenerated from protobuf message `google.cloud.lustre.v1.GcsPath`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Lustre \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getUri\n\nRequired. The URI to a Cloud Storage bucket, or a path within a bucket,\nusing the format `gs://\u003cbucket_name\u003e/\u003coptional_path_inside_bucket\u003e/`. If a\npath inside the bucket is specified, it must end with a forward slash\n(`/`).\n\n### setUri\n\nRequired. The URI to a Cloud Storage bucket, or a path within a bucket,\nusing the format `gs://\u003cbucket_name\u003e/\u003coptional_path_inside_bucket\u003e/`. If a\npath inside the bucket is specified, it must end with a forward slash\n(`/`)."]]