Interface DataplexTableSpecOrBuilder (1.48.0)

public interface DataplexTableSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataplexSpec()

public abstract DataplexSpec getDataplexSpec()

Common Dataplex fields.

.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;

Returns
Type Description
DataplexSpec

The dataplexSpec.

getDataplexSpecOrBuilder()

public abstract DataplexSpecOrBuilder getDataplexSpecOrBuilder()

Common Dataplex fields.

.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;

Returns
Type Description
DataplexSpecOrBuilder

getExternalTables(int index)

public abstract DataplexExternalTable getExternalTables(int index)

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.

repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;

Parameter
Name Description
index int
Returns
Type Description
DataplexExternalTable

getExternalTablesCount()

public abstract int getExternalTablesCount()

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.

repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;

Returns
Type Description
int

getExternalTablesList()

public abstract List<DataplexExternalTable> getExternalTablesList()

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.

repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;

Returns
Type Description
List<DataplexExternalTable>

getExternalTablesOrBuilder(int index)

public abstract DataplexExternalTableOrBuilder getExternalTablesOrBuilder(int index)

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.

repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;

Parameter
Name Description
index int
Returns
Type Description
DataplexExternalTableOrBuilder

getExternalTablesOrBuilderList()

public abstract List<? extends DataplexExternalTableOrBuilder> getExternalTablesOrBuilderList()

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.

repeated .google.cloud.datacatalog.v1.DataplexExternalTable external_tables = 1;

Returns
Type Description
List<? extends com.google.cloud.datacatalog.v1.DataplexExternalTableOrBuilder>

getUserManaged()

public abstract boolean getUserManaged()

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

bool user_managed = 3;

Returns
Type Description
boolean

The userManaged.

hasDataplexSpec()

public abstract boolean hasDataplexSpec()

Common Dataplex fields.

.google.cloud.datacatalog.v1.DataplexSpec dataplex_spec = 2;

Returns
Type Description
boolean

Whether the dataplexSpec field is set.