Class: Google::Cloud::Memcache::V1::Instance::InstanceMessage
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1::Instance::InstanceMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1/cloud_memcache.rb
Defined Under Namespace
Modules: Code
Instance Attribute Summary collapse
-
#code ⇒ ::Google::Cloud::Memcache::V1::Instance::InstanceMessage::Code
A code that correspond to one type of user-facing message.
-
#message ⇒ ::String
Message on memcached instance which will be exposed to users.
Instance Attribute Details
#code ⇒ ::Google::Cloud::Memcache::V1::Instance::InstanceMessage::Code
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 162 class InstanceMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Code # Message Code not set. CODE_UNSPECIFIED = 0 # Memcached nodes are distributed unevenly. ZONE_DISTRIBUTION_UNBALANCED = 1 end end |
#message ⇒ ::String
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 162 class InstanceMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Code # Message Code not set. CODE_UNSPECIFIED = 0 # Memcached nodes are distributed unevenly. ZONE_DISTRIBUTION_UNBALANCED = 1 end end |