Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
- 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
-
#type ⇒ String
Looker specific column type of this column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
constructor
A new instance of GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#type ⇒ String
Looker specific column type of this column.
Corresponds to the JSON property type
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 |