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

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DataplexTableSpec.

Entry specification for a Dataplex table.

Generated from protobuf message google.cloud.datacatalog.v1.DataplexTableSpec

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ external_tables array<Google\Cloud\DataCatalog\V1\DataplexExternalTable>

List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.

↳ dataplex_spec Google\Cloud\DataCatalog\V1\DataplexSpec

Common Dataplex fields.

↳ user_managed bool

Indicates if the table schema is managed by the user or not.

getExternalTables

List of external tables registered by Dataplex in other systems based on the same underlying data.

External tables allow to query this data in those systems.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExternalTables

List of external tables registered by Dataplex in other systems based on the same underlying data.

External tables allow to query this data in those systems.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\V1\DataplexExternalTable>
Returns
TypeDescription
$this

getDataplexSpec

Common Dataplex fields.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\DataplexSpec|null

hasDataplexSpec

clearDataplexSpec

setDataplexSpec

Common Dataplex fields.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\DataplexSpec
Returns
TypeDescription
$this

getUserManaged

Indicates if the table schema is managed by the user or not.

Returns
TypeDescription
bool

setUserManaged

Indicates if the table schema is managed by the user or not.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this