Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::ListTokenAuthUsersResponse.
Response message for ListTokenAuthUsers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#token_auth_users
def token_auth_users() -> ::Array<::Google::Cloud::Memorystore::V1::TokenAuthUser>
Returns
- (::Array<::Google::Cloud::Memorystore::V1::TokenAuthUser>) — A list of token auth users in the project.
#token_auth_users=
def token_auth_users=(value) -> ::Array<::Google::Cloud::Memorystore::V1::TokenAuthUser>
Parameter
- value (::Array<::Google::Cloud::Memorystore::V1::TokenAuthUser>) — A list of token auth users in the project.
Returns
- (::Array<::Google::Cloud::Memorystore::V1::TokenAuthUser>) — A list of token auth users in the project.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. Token auth users that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unordered list. Token auth users that could not be reached.
Returns
- (::Array<::String>) — Unordered list. Token auth users that could not be reached.