Google Cloud Memorystore V1beta Client - Class ListTokenAuthUsersResponse (0.12.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class ListTokenAuthUsersResponse.

Response message for ListTokenAuthUsers.

Generated from protobuf message google.cloud.memorystore.v1beta.ListTokenAuthUsersResponse

Namespace

Google \ Cloud \ Memorystore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ token_auth_users array<TokenAuthUser>

A list of token auth users in the project.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

↳ unreachable string[]

Unordered list. Token auth users that could not be reached.

getTokenAuthUsers

A list of token auth users in the project.

Returns
Type Description
Google\Protobuf\RepeatedField<TokenAuthUser>

setTokenAuthUsers

A list of token auth users in the project.

Parameter
Name Description
var array<TokenAuthUser>
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unordered list. Token auth users that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Unordered list. Token auth users that could not be reached.

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