Reference documentation and code samples for the Cloud Bigtable V2 Client class GetClusterRequest.
Request message for BigtableInstanceAdmin.GetCluster.
Generated from protobuf message google.bigtable.admin.v2.GetClusterRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The unique name of the requested cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
getName
Required. The unique name of the requested cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
string
setName
Required. The unique name of the requested cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
var
string
$this
static::build
name
string
Required. The unique name of the requested cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}
. Please see BigtableInstanceAdminClient::clusterName()
for help formatting this field.