Google Cloud Memorystore V1 Client - Class ListAuthTokensRequest (0.12.0)

Reference documentation and code samples for the Google Cloud Memorystore V1 Client class ListAuthTokensRequest.

Request message for ListAuthTokens.

Generated from protobuf message google.cloud.memorystore.v1.ListAuthTokensRequest

Namespace

Google \ Cloud \ Memorystore \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent to list auth tokens from. Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user}

↳ page_size int

Optional. The maximum number of items to return. The maximum value is 1000; values above 1000 will be coerced to 1000. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more auth tokens left to be queried.

↳ page_token string

Optional. The next_page_token value returned from a previous ListAuthTokens request, if any.

↳ filter string

Optional. Expression for filtering results.

↳ order_by string

Optional. Sort results by a defined order.

getParent

Required. The parent to list auth tokens from.

Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user}

Returns
Type Description
string

setParent

Required. The parent to list auth tokens from.

Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of items to return. The maximum value is 1000; values above 1000 will be coerced to 1000.

If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more auth tokens left to be queried.

Returns
Type Description
int

setPageSize

Optional. The maximum number of items to return. The maximum value is 1000; values above 1000 will be coerced to 1000.

If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more auth tokens left to be queried.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The next_page_token value returned from a previous ListAuthTokens request, if any.

Returns
Type Description
string

setPageToken

Optional. The next_page_token value returned from a previous ListAuthTokens request, if any.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. Expression for filtering results.

Returns
Type Description
string

setFilter

Optional. Expression for filtering results.

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Optional. Sort results by a defined order.

Returns
Type Description
string

setOrderBy

Optional. Sort results by a defined order.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent to list auth tokens from. Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user} Please see MemorystoreClient::tokenAuthUserName() for help formatting this field.

Returns
Type Description
ListAuthTokensRequest