GoogleCloudDatacatalogV1DataplexExternalTable class

External table registered by Dataplex.

Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.

Constructors

GoogleCloudDatacatalogV1DataplexExternalTable({String? dataCatalogEntry, String? fullyQualifiedName, String? googleCloudResource, String? system})
GoogleCloudDatacatalogV1DataplexExternalTable.fromJson(Map json_)

Properties

dataCatalogEntry String?
Name of the Data Catalog entry representing the external table.
getter/setter pair
fullyQualifiedName String?
Fully qualified name (FQN) of the external table.
getter/setter pair
googleCloudResource String?
Google Cloud resource name of the external table.
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
system String?
Service in which the external table is registered. 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