Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class ExistingBucketConfig.
When set in a StorageResourceConfig, indicates that an existing Google Cloud Storage bucket should be imported.
Generated from protobuf message google.cloud.hypercomputecluster.v1.ExistingBucketConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Required. Immutable. Name of the Cloud Storage bucket to import. |
getBucket
Required. Immutable. Name of the Cloud Storage bucket to import.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Required. Immutable. Name of the Cloud Storage bucket to import.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|