Interface DatabaseTableSpecOrBuilder (1.9.3)

public interface DatabaseTableSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataplexTable()

public abstract DataplexTableSpec getDataplexTable()

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

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2;

Returns
TypeDescription
DataplexTableSpec

The dataplexTable.

getDataplexTableOrBuilder()

public abstract DataplexTableSpecOrBuilder getDataplexTableOrBuilder()

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

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2;

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.

hasDataplexTable()

public abstract boolean hasDataplexTable()

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

.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2;

Returns
TypeDescription
boolean

Whether the dataplexTable field is set.