Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class ListClustersResponse (0.1.3)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class ListClustersResponse.

Message for response to listing Clusters

Generated from protobuf message google.cloud.alloydb.v1alpha.ListClustersResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ clusters array<Google\Cloud\AlloyDb\V1alpha\Cluster>

The list of Cluster

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getClusters

The list of Cluster

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClusters

The list of Cluster

Parameter
NameDescription
var array<Google\Cloud\AlloyDb\V1alpha\Cluster>
Returns
TypeDescription
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this