Google Cloud Memorystore V1beta Client - Class ListAuthTokensResponse (0.12.0)

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

Response message for ListAuthTokens.

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

Namespace

Google \ Cloud \ Memorystore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ auth_tokens array<AuthToken>

A list of auth tokens 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. Auth tokens that could not be reached.

getAuthTokens

A list of auth tokens in the project.

Returns
Type Description
Google\Protobuf\RepeatedField<AuthToken>

setAuthTokens

A list of auth tokens in the project.

Parameter
Name Description
var array<AuthToken>
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. Auth tokens that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Unordered list. Auth tokens that could not be reached.

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