Interface DatabaseTableSpecOrBuilder (1.47.0)

public interface DatabaseTableSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseViewSpec()

public abstract DatabaseTableSpec.DatabaseViewSpec getDatabaseViewSpec()

Spec what aplies to tables that are actually views. Not set for "real" tables.

.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;

Returns
TypeDescription
DatabaseTableSpec.DatabaseViewSpec

The databaseViewSpec.

getDatabaseViewSpecOrBuilder()

public abstract DatabaseTableSpec.DatabaseViewSpecOrBuilder getDatabaseViewSpecOrBuilder()

Spec what aplies to tables that are actually views. Not set for "real" tables.

.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;

Returns
TypeDescription
DatabaseTableSpec.DatabaseViewSpecOrBuilder

getDataplexTable()

public abstract DataplexTableSpec getDataplexTable()

Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DataplexTableSpec

The dataplexTable.

getDataplexTableOrBuilder()

public abstract DataplexTableSpecOrBuilder getDataplexTableOrBuilder()

Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DataplexTableSpecOrBuilder

getType()

public abstract DatabaseTableSpec.TableType getType()

Type of this table.

.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;

Returns
TypeDescription
DatabaseTableSpec.TableType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of this table.

.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasDatabaseViewSpec()

public abstract boolean hasDatabaseViewSpec()

Spec what aplies to tables that are actually views. Not set for "real" tables.

.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;

Returns
TypeDescription
boolean

Whether the databaseViewSpec field is set.

hasDataplexTable()

public abstract boolean hasDataplexTable()

Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the dataplexTable field is set.