public interface DatabaseTableSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| DataplexTableSpecOrBuilder |
getType()
public abstract DatabaseTableSpec.TableType getType()Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;
| Type | Description |
| DatabaseTableSpec.TableType | The type. |
getTypeValue()
public abstract int getTypeValue()Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;
| Type | Description |
| int | The enum numeric value on the wire for type. |
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];
| Type | Description |
| boolean | Whether the dataplexTable field is set. |