Google Cloud AlloyDB for PostgreSQL V1 Client - Class ListUsersResponse (0.10.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ListUsersResponse.

Message for response to listing Users

Generated from protobuf message google.cloud.alloydb.v1.ListUsersResponse

Namespace

Google \ Cloud \ AlloyDb \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ users array<Google\Cloud\AlloyDb\V1\User>

The list of User

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getUsers

The list of User

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUsers

The list of User

Parameter
Name Description
var array<Google\Cloud\AlloyDb\V1\User>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this