Class: Google::Cloud::Memcache::V1beta2::Instance::InstanceMessage
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::Instance::InstanceMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Defined Under Namespace
Modules: Code
Instance Attribute Summary collapse
-
#code ⇒ ::Google::Cloud::Memcache::V1beta2::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::V1beta2::Instance::InstanceMessage::Code
Returns A code that correspond to one type of user-facing message.
177 178 179 180 181 182 183 184 185 186 187 188 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 177 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.
177 178 179 180 181 182 183 184 185 186 187 188 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 177 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 |