Memorystore V1BETA API - Class Google::Cloud::Memorystore::V1beta::AddTokenAuthUserRequest (v0.14.0)

Reference documentation and code samples for the Memorystore V1BETA API class Google::Cloud::Memorystore::V1beta::AddTokenAuthUserRequest.

Request message for AddTokenAuthUser.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::String
Returns
  • (::String) — Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}

#token_auth_user

def token_auth_user() -> ::String
Returns
  • (::String) — Required. The name of the token auth user to add.

#token_auth_user=

def token_auth_user=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the token auth user to add.
Returns
  • (::String) — Required. The name of the token auth user to add.