Class: Google::Cloud::Memcache::V1beta2::Instance::InstanceMessage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#code::Google::Cloud::Memcache::V1beta2::Instance::InstanceMessage::Code

Returns A code that correspond to one type of user-facing message.

Returns:



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.

Returns:

  • (::String)

    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