Class: Google::Cloud::DataCatalog::V1::ColumnSchema::FieldElementType

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

Overview

Represents the type of a field element.

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns Required. The type of a field element. See ColumnSchema.type.

Returns:



129
130
131
132
# File 'proto_docs/google/cloud/datacatalog/v1/schema.rb', line 129

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