Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::ListTokenAuthUsersRequest.
Request message for ListTokenAuthUsers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Expression for filtering results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Expression for filtering results.
Returns
- (::String) — Optional. Expression for filtering results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Sort results by a defined order.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Sort results by a defined order.
Returns
- (::String) — Optional. Sort results by a defined order.
#page_size
def page_size() -> ::Integer
Returns
-
(::Integer) — 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_tokento determine if there are more token auth users left to be queried.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — 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_tokento determine if there are more token auth users left to be queried.
Returns
-
(::Integer) — 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_tokento determine if there are more token auth users left to be queried.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. The
next_page_tokenvalue returned from a previousListTokenAuthUsersrequest, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. The
next_page_tokenvalue returned from a previousListTokenAuthUsersrequest, if any.
Returns
-
(::String) — Optional. The
next_page_tokenvalue returned from a previousListTokenAuthUsersrequest, if any.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}