Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::AuthToken.
Auth token for the instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time of the auth token.
#name
def name() -> ::String
Returns
- (::String) — Identifier. Name of the auth token.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. Name of the auth token.
Returns
- (::String) — Identifier. Name of the auth token.
#state
def state() -> ::Google::Cloud::Memorystore::V1::AuthToken::State
Returns
- (::Google::Cloud::Memorystore::V1::AuthToken::State) — Output only. The state of the auth token.
#token
def token() -> ::String
Returns
- (::String) — Output only. The auth token.