Class: Google::Cloud::Dataplex::V1::AspectType::MetadataTemplate::EnumValue

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

Overview

Definition of Enumvalue (to be used by enum fields)

Instance Attribute Summary collapse

Instance Attribute Details

#deprecated::String

Returns Optional. Optional deprecation message to be set if an enum value needs to be deprecated.

Returns:

  • (::String)

    Optional. Optional deprecation message to be set if an enum value needs to be deprecated.



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

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

#index::Integer

Returns Required. Index for the enum. Cannot be modified.

Returns:

  • (::Integer)

    Required. Index for the enum. Cannot be modified.



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

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

#name::String

Returns Required. Name of the enumvalue. This is the actual value that the aspect will contain.

Returns:

  • (::String)

    Required. Name of the enumvalue. This is the actual value that the aspect will contain.



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

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