Google Cloud Hypercompute Cluster V1beta Client - Class GetClusterRequest (0.1.0)

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 \ V1beta

Methods

__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 projects/{project}/locations/{location}/clusters/{cluster}.

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 projects/{project}/locations/{location}/clusters/{cluster}. Please see HypercomputeClusterClient::clusterName() for help formatting this field.

Returns
Type Description
GetClusterRequest