Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class DestinationGcsBucket.
Cloud Storage as the destination of a data transfer.
Generated from protobuf message google.cloud.parallelstore.v1.DestinationGcsBucket
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. URI to a Cloud Storage bucket in the format: |
getUri
Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is
optional.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>
. The path inside the bucket is
optional.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |