Class: Google::Cloud::ResourceSettings::V1::Value::EnumValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb

Overview

A enum value that can hold any enum type setting values. Each enum type is represented by a number, this representation is stored in the definitions.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns The value of this enum.

Returns:

  • (::String)

    The value of this enum



154
155
156
157
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 154

class EnumValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end