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 | arrayOptional. Data for populating the Message object. | 
| ↳ system | intService in which the external table is registered. | 
| ↳ fully_qualified_name | stringFully qualified name (FQN) of the external table. | 
| ↳ google_cloud_resource | stringGoogle Cloud resource name of the external table. | 
| ↳ data_catalog_entry | stringName of the Data Catalog entry representing the external table. | 
getSystem
Service in which the external table is registered.
| Returns | |
|---|---|
| Type | Description | 
| int | Enum of type IntegratedSystem. | 
setSystem
Service in which the external table is registered.
| Parameter | |
|---|---|
| Name | Description | 
| var | intEnum of type IntegratedSystem. | 
| 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 | |