Reference documentation and code samples for the Memorystore V1BETA API class Google::Cloud::Memorystore::V1beta::AddAuthTokenRequest.
Request message for AddAuthToken.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_token
def auth_token() -> ::Google::Cloud::Memorystore::V1beta::AuthToken
Returns
- (::Google::Cloud::Memorystore::V1beta::AuthToken) — Required. The auth token to add.
#auth_token=
def auth_token=(value) -> ::Google::Cloud::Memorystore::V1beta::AuthToken
Parameter
- value (::Google::Cloud::Memorystore::V1beta::AuthToken) — Required. The auth token to add.
Returns
- (::Google::Cloud::Memorystore::V1beta::AuthToken) — Required. The auth token to add.
#token_auth_user
def token_auth_user() -> ::String
Returns
- (::String) — Required. The name of the token auth user resource that this token will be added for.
#token_auth_user=
def token_auth_user=(value) -> ::String
Parameter
- value (::String) — Required. The name of the token auth user resource that this token will be added for.
Returns
- (::String) — Required. The name of the token auth user resource that this token will be added for.