Uses of Class
com.google.cloud.datacatalog.v1.DatabaseTableSpec.Builder
-
Uses of DatabaseTableSpec.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DatabaseTableSpec.BuilderModifier and TypeMethodDescriptionDatabaseTableSpec.Builder.clear()DatabaseTableSpec.Builder.clearDatabaseViewSpec()Spec what applies to tables that are actually views.DatabaseTableSpec.Builder.clearDataplexTable()Output only.DatabaseTableSpec.Builder.clearType()Type of this table.Entry.Builder.getDatabaseTableSpecBuilder()Specification that applies to a table resource.DatabaseTableSpec.Builder.mergeDatabaseViewSpec(DatabaseTableSpec.DatabaseViewSpec value) Spec what applies to tables that are actually views.DatabaseTableSpec.Builder.mergeDataplexTable(DataplexTableSpec value) Output only.DatabaseTableSpec.Builder.mergeFrom(DatabaseTableSpec other) DatabaseTableSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DatabaseTableSpec.Builder.mergeFrom(com.google.protobuf.Message other) static DatabaseTableSpec.BuilderDatabaseTableSpec.newBuilder()static DatabaseTableSpec.BuilderDatabaseTableSpec.newBuilder(DatabaseTableSpec prototype) DatabaseTableSpec.newBuilderForType()protected DatabaseTableSpec.BuilderDatabaseTableSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DatabaseTableSpec.Builder.setDatabaseViewSpec(DatabaseTableSpec.DatabaseViewSpec value) Spec what applies to tables that are actually views.DatabaseTableSpec.Builder.setDatabaseViewSpec(DatabaseTableSpec.DatabaseViewSpec.Builder builderForValue) Spec what applies to tables that are actually views.DatabaseTableSpec.Builder.setDataplexTable(DataplexTableSpec value) Output only.DatabaseTableSpec.Builder.setDataplexTable(DataplexTableSpec.Builder builderForValue) Output only.DatabaseTableSpec.Builder.setType(DatabaseTableSpec.TableType value) Type of this table.DatabaseTableSpec.Builder.setTypeValue(int value) Type of this table.DatabaseTableSpec.toBuilder()Methods in com.google.cloud.datacatalog.v1 with parameters of type DatabaseTableSpec.BuilderModifier and TypeMethodDescriptionEntry.Builder.setDatabaseTableSpec(DatabaseTableSpec.Builder builderForValue) Specification that applies to a table resource.