Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.rb
Overview
Specification that applies to a table resource. Valid only for entries with
the TABLE type.
Instance Attribute Summary collapse
-
#type ⇒ String
Type of this table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1DatabaseTableSpec
constructor
A new instance of GoogleCloudDatacatalogV1DatabaseTableSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1DatabaseTableSpec
Returns a new instance of GoogleCloudDatacatalogV1DatabaseTableSpec.
494 495 496 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 494 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of this table.
Corresponds to the JSON property type
492 493 494 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 492 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
499 500 501 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 499 def update!(**args) @type = args[:type] if args.key?(:type) end |