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 \ CloudBigtableInstanceSpecMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ display_name | stringName of the cluster. | 
| ↳ location | stringLocation of the cluster, typically a Cloud zone. | 
| ↳ type | stringType of the resource. For a cluster this would be "CLUSTER". | 
| ↳ linked_resource | stringA link back to the parent resource, in this case Instance. | 
getDisplayName
Name of the cluster.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setDisplayName
Name of the cluster.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getLocation
Location of the cluster, typically a Cloud zone.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setLocation
Location of the cluster, typically a Cloud zone.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getType
Type of the resource. For a cluster this would be "CLUSTER".
| Returns | |
|---|---|
| Type | Description | 
| string | |
setType
Type of the resource. For a cluster this would be "CLUSTER".
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getLinkedResource
A link back to the parent resource, in this case Instance.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setLinkedResource
A link back to the parent resource, in this case Instance.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |