class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumType

Attributes

allowed_values[RW]

The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the ` RenameTagTemplateFieldEnumValue` method. Corresponds to the JSON property `allowedValues` @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 785
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datacatalog_v1/classes.rb, line 790
def update!(**args)
  @allowed_values = args[:allowed_values] if args.key?(:allowed_values)
end