GoogleCloudDatacatalogV1DataplexExternalTableResponse

data class GoogleCloudDatacatalogV1DataplexExternalTableResponse(val dataCatalogEntry: String, val fullyQualifiedName: String, val googleCloudResource: String, val system: String)

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

fun GoogleCloudDatacatalogV1DataplexExternalTableResponse(dataCatalogEntry: String, fullyQualifiedName: String, googleCloudResource: String, system: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Data Catalog entry representing the external table.

Link copied to clipboard

Fully qualified name (FQN) of the external table.

Link copied to clipboard

Google Cloud resource name of the external table.

Link copied to clipboard

Service in which the external table is registered.