Reference documentation and code samples for the Cloud Bigtable V2 Client class ListClustersResponse.
Response message for BigtableInstanceAdmin.ListClusters.
Generated from protobuf message google.bigtable.admin.v2.ListClustersResponse
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ clusters |
array<Google\Cloud\Bigtable\Admin\V2\Cluster>
The list of requested clusters. |
↳ failed_locations |
array
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from |
↳ next_page_token |
string
DEPRECATED: This field is unused and ignored. |
getClusters
The list of requested clusters.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClusters
The list of requested clusters.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\Admin\V2\Cluster>
|
Returns | |
---|---|
Type | Description |
$this |
getFailedLocations
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFailedLocations
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters
,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
DEPRECATED: This field is unused and ignored.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
DEPRECATED: This field is unused and ignored.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |