Google Cloud Data Catalog V1 Client - Class CloudBigtableClusterSpec (1.10.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class CloudBigtableClusterSpec.

Spec that applies to clusters of an Instance of Cloud Bigtable.

Generated from protobuf message google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec

Namespace

Google \ Cloud \ DataCatalog \ V1 \ CloudBigtableInstanceSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

Name of the cluster.

↳ location string

Location of the cluster, typically a Cloud zone.

↳ type string

Type of the resource. For a cluster this would be "CLUSTER".

↳ linked_resource string

A link back to the parent resource, in this case Instance.

getDisplayName

Name of the cluster.

Returns
TypeDescription
string

setDisplayName

Name of the cluster.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

Location of the cluster, typically a Cloud zone.

Returns
TypeDescription
string

setLocation

Location of the cluster, typically a Cloud zone.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Type of the resource. For a cluster this would be "CLUSTER".

Returns
TypeDescription
string

setType

Type of the resource. For a cluster this would be "CLUSTER".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLinkedResource

A link back to the parent resource, in this case Instance.

Returns
TypeDescription
string

setLinkedResource

A link back to the parent resource, in this case Instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this