Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb

Overview

Column info specific to Looker System.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec

Returns a new instance of GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec.



617
618
619
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 617

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

Looker specific column type of this column. Corresponds to the JSON property type

Returns:

  • (String)


615
616
617
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 615

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



622
623
624
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 622

def update!(**args)
  @type = args[:type] if args.key?(:type)
end