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_name::String

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

The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum length is 200 characters.

Returns:

  • (::String)

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

    The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum length is 200 characters.



262
263
264
265
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 262

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