Reference documentation and code samples for the Cloud Bigtable V2 Client class ClusterInformation.
Information on which Cluster served a vRPC, e.g. for Client-Side metrics.
Internal usage only.
Generated from protobuf message google.bigtable.v2.ClusterInformation
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster_id |
string
|
↳ zone_id |
string
|
getClusterId
Generated from protobuf field string cluster_id = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterId
Generated from protobuf field string cluster_id = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getZoneId
Generated from protobuf field string zone_id = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setZoneId
Generated from protobuf field string zone_id = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|