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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
int |
setSystem
Service in which the external table is registered.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFullyQualifiedName
Fully qualified name (FQN) of the external table.
Returns | |
---|---|
Type | Description |
string |
setFullyQualifiedName
Fully qualified name (FQN) of the external table.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGoogleCloudResource
Google Cloud resource name of the external table.
Returns | |
---|---|
Type | Description |
string |
setGoogleCloudResource
Google Cloud resource name of the external table.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataCatalogEntry
Name of the Data Catalog entry representing the external table.
Returns | |
---|---|
Type | Description |
string |
setDataCatalogEntry
Name of the Data Catalog entry representing the external table.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |