class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldType

Attributes

enum_type[RW]

An enum type. Corresponds to the JSON property `enumType` @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumType]

primitive_type[RW]

Primitive types, such as string, boolean, etc. Corresponds to the JSON property `primitiveType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 760
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 765
def update!(**args)
  @enum_type = args[:enum_type] if args.key?(:enum_type)
  @primitive_type = args[:primitive_type] if args.key?(:primitive_type)
end