GoogleCloudDatacatalogV1DatabaseTableSpec class
Specification that applies to a table resource.
Valid only for entries with the TABLE type.
Constructors
- GoogleCloudDatacatalogV1DatabaseTableSpec({GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec? databaseViewSpec, GoogleCloudDatacatalogV1DataplexTableSpec? dataplexTable, String? type})
 - GoogleCloudDatacatalogV1DatabaseTableSpec.fromJson(Map json_)
 
Properties
- databaseViewSpec ↔ GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec?
 - 
  Spec what aplies to tables that are actually views.
  getter/setter pair
 - dataplexTable ↔ GoogleCloudDatacatalogV1DataplexTableSpec?
 - 
  Fields specific to a Dataplex table and present only in the Dataplex table
entries.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - type ↔ String?
 - 
  Type of this table.
Possible string values are:
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited