Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DataplexExternalTable.
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.
Generated from protobuf message google.cloud.datacatalog.v1.DataplexExternalTable
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ system
int
Service in which the external table is registered.
↳ fully_qualified_name
string
Fully qualified name (FQN) of the external table.
↳ google_cloud_resource
string
Google Cloud resource name of the external table.
↳ data_catalog_entry
string
Name of the Data Catalog entry representing the external table.
getSystem
Service in which the external table is registered.
int
setSystem
Service in which the external table is registered.
var
int
$this
getFullyQualifiedName
Fully qualified name (FQN) of the external table.
string
setFullyQualifiedName
Fully qualified name (FQN) of the external table.
var
string
$this
getGoogleCloudResource
Google Cloud resource name of the external table.
string
setGoogleCloudResource
Google Cloud resource name of the external table.
var
string
$this
getDataCatalogEntry
Name of the Data Catalog entry representing the external table.
string
setDataCatalogEntry
Name of the Data Catalog entry representing the external table.
var
string
$this