Google Cloud Memorystore V1 Client - Class ListTokenAuthUsersRequest (0.12.0)

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

Request message for ListTokenAuthUsers.

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

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 token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}

↳ 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 token auth users left to be queried.

↳ page_token string

Optional. The next_page_token value returned from a previous ListTokenAuthUsers 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 token auth users from.

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

Returns
Type Description
string

setParent

Required. The parent to list token auth users from.

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

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 token auth users 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 token auth users left to be queried.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

Optional. The next_page_token value returned from a previous ListTokenAuthUsers 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 token auth users from. Format: projects/{project}/locations/{location}/instances/{instance} Please see MemorystoreClient::instanceName() for help formatting this field.

Returns
Type Description
ListTokenAuthUsersRequest