Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class GetClusterRequest.
Request message for GetCluster.
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.GetClusterRequest
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the cluster to retrieve, in the format |
getName
Required. Name of the cluster to retrieve, in the format
projects/{project}/locations/{location}/clusters/{cluster}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the cluster to retrieve, in the format
projects/{project}/locations/{location}/clusters/{cluster}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the cluster to retrieve, in the format
|
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest |
|