Google Cloud Data Catalog V1 Client - Class DataplexExternalTable (1.5.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setSystem

Service in which the external table is registered.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFullyQualifiedName

Fully qualified name (FQN) of the external table.

Returns
TypeDescription
string

setFullyQualifiedName

Fully qualified name (FQN) of the external table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGoogleCloudResource

Google Cloud resource name of the external table.

Returns
TypeDescription
string

setGoogleCloudResource

Google Cloud resource name of the external table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataCatalogEntry

Name of the Data Catalog entry representing the external table.

Returns
TypeDescription
string

setDataCatalogEntry

Name of the Data Catalog entry representing the external table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this