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
Returns A code that correspond to one type of user-facing message.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 171 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
Returns Message on memcached instance which will be exposed to users.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 171 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 |