Class: Google::Cloud::DataCatalog::V1::FieldType::EnumType::EnumValue

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

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Returns Required. The display name of the enum value. Must not be an empty string.

Returns:

  • (String)

    Required. The display name of the enum value. Must not be an empty string.



212
213
214
215
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 212

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