Package com.google.cloud.datacatalog.v1
Interface DatabaseTableSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabaseTableSpec,DatabaseTableSpec.Builder
@Generated
public interface DatabaseTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpec what applies to tables that are actually views.Spec what applies to tables that are actually views.Output only.Output only.getType()Type of this table.intType of this table.booleanSpec what applies to tables that are actually views.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeValue
int getTypeValue()Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
DatabaseTableSpec.TableType getType()Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;- Returns:
- The type.
-
hasDataplexTable
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:
- Whether the dataplexTable field is set.
-
getDataplexTable
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:
- The dataplexTable.
-
getDataplexTableOrBuilder
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]; -
hasDatabaseViewSpec
boolean hasDatabaseViewSpec()Spec what applies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;- Returns:
- Whether the databaseViewSpec field is set.
-
getDatabaseViewSpec
DatabaseTableSpec.DatabaseViewSpec getDatabaseViewSpec()Spec what applies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;- Returns:
- The databaseViewSpec.
-
getDatabaseViewSpecOrBuilder
DatabaseTableSpec.DatabaseViewSpecOrBuilder getDatabaseViewSpecOrBuilder()Spec what applies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;
-