GoogleCloudDatacatalogV1DataplexTableSpec class
Entry specification for a Dataplex table.
Constructors
-
GoogleCloudDatacatalogV1DataplexTableSpec({GoogleCloudDatacatalogV1DataplexSpec? dataplexSpec, List<
GoogleCloudDatacatalogV1DataplexExternalTable> ? externalTables, bool? userManaged}) - GoogleCloudDatacatalogV1DataplexTableSpec.fromJson(Map json_)
Properties
- dataplexSpec ↔ GoogleCloudDatacatalogV1DataplexSpec?
-
Common Dataplex fields.
getter/setter pair
-
externalTables
↔ List<
GoogleCloudDatacatalogV1DataplexExternalTable> ? -
List of external tables registered by Dataplex in other systems based on
the same underlying data.
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
- userManaged ↔ bool?
-
Indicates if the table schema is managed by the user or not.
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