Interface DataplexTableSpecOrBuilder (1.47.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
TypeDescription
DataplexSpec

The dataplexSpec.

getDataplexSpecOrBuilder()

public abstract DataplexSpecOrBuilder getDataplexSpecOrBuilder()

Common Dataplex fields.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The userManaged.

hasDataplexSpec()

public abstract boolean hasDataplexSpec()

Common Dataplex fields.

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

Returns
TypeDescription
boolean

Whether the dataplexSpec field is set.