Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class GetClusterRequest.
Request message for GetCluster .
Generated from protobuf message google.cloud.hypercomputecluster.v1.GetClusterRequest
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the cluster to retrieve, in the format projects/{project}/locations/{location}/clusters/{cluster}
.
getName
Required. Name of the cluster to retrieve, in the format projects/{project}/locations/{location}/clusters/{cluster}
.
string
setName
Required. Name of the cluster to retrieve, in the format projects/{project}/locations/{location}/clusters/{cluster}
.
var
string
$this
static::build
name
string
Required. Name of the cluster to retrieve, in the format projects/{project}/locations/{location}/clusters/{cluster}
. Please see HypercomputeClusterClient::clusterName()
for help formatting this field.

