Cloud Bigtable V2 Client - Class ListInstancesResponse (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ListInstancesResponse.

Response message for BigtableInstanceAdmin.ListInstances.

Generated from protobuf message google.bigtable.admin.v2.ListInstancesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instances array<Google\Cloud\Bigtable\Admin\V2\Instance>

The list of requested instances.

↳ failed_locations array

Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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.

getInstances

The list of requested instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

The list of requested instances.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\Admin\V2\Instance>
Returns
TypeDescription
$this

getFailedLocations

Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.

Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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 Instance information could not be retrieved, due to an outage or some other transient condition.

Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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