Cloud Bigtable V2 Client - Class ListClustersResponse (1.21.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 clusters, or may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

↳ next_page_token string

DEPRECATED: This field is unused and ignored.

getClusters

The list of requested clusters.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClusters

The list of requested clusters.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\Admin\V2\Cluster>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this

getNextPageToken

DEPRECATED: This field is unused and ignored.

Returns
TypeDescription
string

setNextPageToken

DEPRECATED: This field is unused and ignored.

Parameter
NameDescription
var string
Returns
TypeDescription
$this