Class: Google::Cloud::Memorystore::V1beta::AuthToken
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1beta::AuthToken
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1beta/memorystore.rb
Overview
Auth token for the instance.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#state ⇒ ::Google::Cloud::Memorystore::V1beta::AuthToken::State
readonly
Output only.
-
#token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Create time of the auth token.
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 829 class AuthToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the different states of an auth token. # New values may be added in the future. module State # Not set. STATE_UNSPECIFIED = 0 # The auth token is active. ACTIVE = 1 # The auth token is being created. CREATING = 2 # The auth token is being deleted. DELETING = 3 end end |
#name ⇒ ::String
Returns Identifier. Name of the auth token.
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 829 class AuthToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the different states of an auth token. # New values may be added in the future. module State # Not set. STATE_UNSPECIFIED = 0 # The auth token is active. ACTIVE = 1 # The auth token is being created. CREATING = 2 # The auth token is being deleted. DELETING = 3 end end |
#state ⇒ ::Google::Cloud::Memorystore::V1beta::AuthToken::State (readonly)
Returns Output only. The state of the auth token.
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 829 class AuthToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the different states of an auth token. # New values may be added in the future. module State # Not set. STATE_UNSPECIFIED = 0 # The auth token is active. ACTIVE = 1 # The auth token is being created. CREATING = 2 # The auth token is being deleted. DELETING = 3 end end |
#token ⇒ ::String (readonly)
Returns Output only. The auth token.
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 829 class AuthToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents the different states of an auth token. # New values may be added in the future. module State # Not set. STATE_UNSPECIFIED = 0 # The auth token is active. ACTIVE = 1 # The auth token is being created. CREATING = 2 # The auth token is being deleted. DELETING = 3 end end |