public static final class DatabaseEntity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder> implements DatabaseEntityOrBuilder
The base entity type for all the database related entities. The message contains the entity name, the name of its parent, the entity type, and the specific details per entity type.Protobuf type
google.cloud.clouddms.v1.DatabaseEntitygetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DatabaseEntity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DatabaseEntity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DatabaseEntity.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder mergeFrom(DatabaseEntity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public DatabaseEntity.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DatabaseEntity.Builder>IOExceptionpublic DatabaseEntity.EntityBodyCase getEntityBodyCase()
getEntityBodyCase in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder clearEntityBody()
public String getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;getShortName in interface DatabaseEntityOrBuilderpublic com.google.protobuf.ByteString getShortNameBytes()
The short name (e.g. table name) of the entity.
string short_name = 1;getShortNameBytes in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setShortName(String value)
The short name (e.g. table name) of the entity.
string short_name = 1;value - The shortName to set.public DatabaseEntity.Builder clearShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;public DatabaseEntity.Builder setShortNameBytes(com.google.protobuf.ByteString value)
The short name (e.g. table name) of the entity.
string short_name = 1;value - The bytes for shortName to set.public String getParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;getParentEntity in interface DatabaseEntityOrBuilderpublic com.google.protobuf.ByteString getParentEntityBytes()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;getParentEntityBytes in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setParentEntity(String value)
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;value - The parentEntity to set.public DatabaseEntity.Builder clearParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;public DatabaseEntity.Builder setParentEntityBytes(com.google.protobuf.ByteString value)
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;value - The bytes for parentEntity to set.public int getTreeValue()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;getTreeValue in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setTreeValue(int value)
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;value - The enum numeric value on the wire for tree to set.public DatabaseEntity.TreeType getTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;getTree in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setTree(DatabaseEntity.TreeType value)
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;value - The tree to set.public DatabaseEntity.Builder clearTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;public int getEntityTypeValue()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;getEntityTypeValue in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setEntityTypeValue(int value)
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;value - The enum numeric value on the wire for entityType to set.public DatabaseEntityType getEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;getEntityType in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setEntityType(DatabaseEntityType value)
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;value - The entityType to set.public DatabaseEntity.Builder clearEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;public List<EntityMapping> getMappingsList()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;getMappingsList in interface DatabaseEntityOrBuilderpublic int getMappingsCount()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;getMappingsCount in interface DatabaseEntityOrBuilderpublic EntityMapping getMappings(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;getMappings in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setMappings(int index, EntityMapping value)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder setMappings(int index, EntityMapping.Builder builderForValue)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder addMappings(EntityMapping value)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder addMappings(int index, EntityMapping value)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder addMappings(EntityMapping.Builder builderForValue)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder addMappings(int index, EntityMapping.Builder builderForValue)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder addAllMappings(Iterable<? extends EntityMapping> values)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder clearMappings()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public DatabaseEntity.Builder removeMappings(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public EntityMapping.Builder getMappingsBuilder(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public EntityMappingOrBuilder getMappingsOrBuilder(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;getMappingsOrBuilder in interface DatabaseEntityOrBuilderpublic List<? extends EntityMappingOrBuilder> getMappingsOrBuilderList()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;getMappingsOrBuilderList in interface DatabaseEntityOrBuilderpublic EntityMapping.Builder addMappingsBuilder()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public EntityMapping.Builder addMappingsBuilder(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public List<EntityMapping.Builder> getMappingsBuilderList()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;public List<EntityDdl> getEntityDdlList()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;getEntityDdlList in interface DatabaseEntityOrBuilderpublic int getEntityDdlCount()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;getEntityDdlCount in interface DatabaseEntityOrBuilderpublic EntityDdl getEntityDdl(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;getEntityDdl in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setEntityDdl(int index, EntityDdl value)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder setEntityDdl(int index, EntityDdl.Builder builderForValue)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder addEntityDdl(EntityDdl value)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder addEntityDdl(int index, EntityDdl value)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder addEntityDdl(EntityDdl.Builder builderForValue)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder addEntityDdl(int index, EntityDdl.Builder builderForValue)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder addAllEntityDdl(Iterable<? extends EntityDdl> values)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder clearEntityDdl()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public DatabaseEntity.Builder removeEntityDdl(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public EntityDdl.Builder getEntityDdlBuilder(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public EntityDdlOrBuilder getEntityDdlOrBuilder(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;getEntityDdlOrBuilder in interface DatabaseEntityOrBuilderpublic List<? extends EntityDdlOrBuilder> getEntityDdlOrBuilderList()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;getEntityDdlOrBuilderList in interface DatabaseEntityOrBuilderpublic EntityDdl.Builder addEntityDdlBuilder()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public EntityDdl.Builder addEntityDdlBuilder(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public List<EntityDdl.Builder> getEntityDdlBuilderList()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;public List<EntityIssue> getIssuesList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesList in interface DatabaseEntityOrBuilderpublic int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesCount in interface DatabaseEntityOrBuilderpublic EntityIssue getIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssues in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setIssues(int index, EntityIssue value)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder setIssues(int index, EntityIssue.Builder builderForValue)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder addIssues(EntityIssue value)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder addIssues(int index, EntityIssue value)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder addIssues(EntityIssue.Builder builderForValue)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder addIssues(int index, EntityIssue.Builder builderForValue)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder addAllIssues(Iterable<? extends EntityIssue> values)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder clearIssues()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public DatabaseEntity.Builder removeIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public EntityIssue.Builder getIssuesBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public EntityIssueOrBuilder getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesOrBuilder in interface DatabaseEntityOrBuilderpublic List<? extends EntityIssueOrBuilder> getIssuesOrBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesOrBuilderList in interface DatabaseEntityOrBuilderpublic EntityIssue.Builder addIssuesBuilder()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public EntityIssue.Builder addIssuesBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public List<EntityIssue.Builder> getIssuesBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;public boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;hasDatabase in interface DatabaseEntityOrBuilderpublic DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;getDatabase in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setDatabase(DatabaseInstanceEntity value)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;public DatabaseEntity.Builder setDatabase(DatabaseInstanceEntity.Builder builderForValue)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;public DatabaseEntity.Builder mergeDatabase(DatabaseInstanceEntity value)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;public DatabaseEntity.Builder clearDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;public DatabaseInstanceEntity.Builder getDatabaseBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;public DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;getDatabaseOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;hasSchema in interface DatabaseEntityOrBuilderpublic SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;getSchema in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setSchema(SchemaEntity value)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;public DatabaseEntity.Builder setSchema(SchemaEntity.Builder builderForValue)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;public DatabaseEntity.Builder mergeSchema(SchemaEntity value)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;public DatabaseEntity.Builder clearSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;public SchemaEntity.Builder getSchemaBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;public SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;getSchemaOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;hasTable in interface DatabaseEntityOrBuilderpublic TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;getTable in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setTable(TableEntity value)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;public DatabaseEntity.Builder setTable(TableEntity.Builder builderForValue)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;public DatabaseEntity.Builder mergeTable(TableEntity value)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;public DatabaseEntity.Builder clearTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;public TableEntity.Builder getTableBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;public TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;getTableOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;hasView in interface DatabaseEntityOrBuilderpublic ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;getView in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setView(ViewEntity value)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;public DatabaseEntity.Builder setView(ViewEntity.Builder builderForValue)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;public DatabaseEntity.Builder mergeView(ViewEntity value)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;public DatabaseEntity.Builder clearView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;public ViewEntity.Builder getViewBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;public ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;getViewOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;hasSequence in interface DatabaseEntityOrBuilderpublic SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;getSequence in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setSequence(SequenceEntity value)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;public DatabaseEntity.Builder setSequence(SequenceEntity.Builder builderForValue)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;public DatabaseEntity.Builder mergeSequence(SequenceEntity value)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;public DatabaseEntity.Builder clearSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;public SequenceEntity.Builder getSequenceBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;public SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;getSequenceOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;hasStoredProcedure in interface DatabaseEntityOrBuilderpublic StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;getStoredProcedure in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setStoredProcedure(StoredProcedureEntity value)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;public DatabaseEntity.Builder setStoredProcedure(StoredProcedureEntity.Builder builderForValue)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;public DatabaseEntity.Builder mergeStoredProcedure(StoredProcedureEntity value)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;public DatabaseEntity.Builder clearStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;public StoredProcedureEntity.Builder getStoredProcedureBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;public StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;getStoredProcedureOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;hasDatabaseFunction in interface DatabaseEntityOrBuilderpublic FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;getDatabaseFunction in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setDatabaseFunction(FunctionEntity value)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;public DatabaseEntity.Builder setDatabaseFunction(FunctionEntity.Builder builderForValue)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;public DatabaseEntity.Builder mergeDatabaseFunction(FunctionEntity value)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;public DatabaseEntity.Builder clearDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;public FunctionEntity.Builder getDatabaseFunctionBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;public FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;getDatabaseFunctionOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;hasSynonym in interface DatabaseEntityOrBuilderpublic SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;getSynonym in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setSynonym(SynonymEntity value)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;public DatabaseEntity.Builder setSynonym(SynonymEntity.Builder builderForValue)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;public DatabaseEntity.Builder mergeSynonym(SynonymEntity value)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;public DatabaseEntity.Builder clearSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;public SynonymEntity.Builder getSynonymBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;public SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;getSynonymOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;hasDatabasePackage in interface DatabaseEntityOrBuilderpublic PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;getDatabasePackage in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setDatabasePackage(PackageEntity value)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;public DatabaseEntity.Builder setDatabasePackage(PackageEntity.Builder builderForValue)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;public DatabaseEntity.Builder mergeDatabasePackage(PackageEntity value)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;public DatabaseEntity.Builder clearDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;public PackageEntity.Builder getDatabasePackageBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;public PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;getDatabasePackageOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;hasUdt in interface DatabaseEntityOrBuilderpublic UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;getUdt in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setUdt(UDTEntity value)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;public DatabaseEntity.Builder setUdt(UDTEntity.Builder builderForValue)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;public DatabaseEntity.Builder mergeUdt(UDTEntity value)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;public DatabaseEntity.Builder clearUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;public UDTEntity.Builder getUdtBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;public UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;getUdtOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;hasMaterializedView in interface DatabaseEntityOrBuilderpublic MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;getMaterializedView in interface DatabaseEntityOrBuilderpublic DatabaseEntity.Builder setMaterializedView(MaterializedViewEntity value)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;public DatabaseEntity.Builder setMaterializedView(MaterializedViewEntity.Builder builderForValue)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;public DatabaseEntity.Builder mergeMaterializedView(MaterializedViewEntity value)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;public DatabaseEntity.Builder clearMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;public MaterializedViewEntity.Builder getMaterializedViewBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;public MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;getMaterializedViewOrBuilder in interface DatabaseEntityOrBuilderpublic final DatabaseEntity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>public final DatabaseEntity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>Copyright © 2024 Google LLC. All rights reserved.