Package com.google.cloud.clouddms.v1
Class DatabaseEntity.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
- com.google.cloud.clouddms.v1.DatabaseEntity.Builder
-
- All Implemented Interfaces:
DatabaseEntityOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- DatabaseEntity
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 typegoogle.cloud.clouddms.v1.DatabaseEntity
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
clear
public DatabaseEntity.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
getDefaultInstanceForType
public DatabaseEntity getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public DatabaseEntity build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DatabaseEntity buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DatabaseEntity.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
setField
public DatabaseEntity.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
clearField
public DatabaseEntity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
clearOneof
public DatabaseEntity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
setRepeatedField
public DatabaseEntity.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
addRepeatedField
public DatabaseEntity.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
mergeFrom
public DatabaseEntity.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DatabaseEntity.Builder>
-
mergeFrom
public DatabaseEntity.Builder mergeFrom(DatabaseEntity other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
mergeFrom
public DatabaseEntity.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DatabaseEntity.Builder>
- Throws:
IOException
-
getEntityBodyCase
public DatabaseEntity.EntityBodyCase getEntityBodyCase()
- Specified by:
getEntityBodyCase
in interfaceDatabaseEntityOrBuilder
-
clearEntityBody
public DatabaseEntity.Builder clearEntityBody()
-
getShortName
public String getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;
- Specified by:
getShortName
in interfaceDatabaseEntityOrBuilder
- Returns:
- The shortName.
-
getShortNameBytes
public com.google.protobuf.ByteString getShortNameBytes()
The short name (e.g. table name) of the entity.
string short_name = 1;
- Specified by:
getShortNameBytes
in interfaceDatabaseEntityOrBuilder
- Returns:
- The bytes for shortName.
-
setShortName
public DatabaseEntity.Builder setShortName(String value)
The short name (e.g. table name) of the entity.
string short_name = 1;
- Parameters:
value
- The shortName to set.- Returns:
- This builder for chaining.
-
clearShortName
public DatabaseEntity.Builder clearShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;
- Returns:
- This builder for chaining.
-
setShortNameBytes
public DatabaseEntity.Builder setShortNameBytes(com.google.protobuf.ByteString value)
The short name (e.g. table name) of the entity.
string short_name = 1;
- Parameters:
value
- The bytes for shortName to set.- Returns:
- This builder for chaining.
-
getParentEntity
public String getParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;
- Specified by:
getParentEntity
in interfaceDatabaseEntityOrBuilder
- Returns:
- The parentEntity.
-
getParentEntityBytes
public com.google.protobuf.ByteString getParentEntityBytes()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;
- Specified by:
getParentEntityBytes
in interfaceDatabaseEntityOrBuilder
- Returns:
- The bytes for parentEntity.
-
setParentEntity
public DatabaseEntity.Builder setParentEntity(String value)
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;
- Parameters:
value
- The parentEntity to set.- Returns:
- This builder for chaining.
-
clearParentEntity
public DatabaseEntity.Builder clearParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;
- Returns:
- This builder for chaining.
-
setParentEntityBytes
public DatabaseEntity.Builder setParentEntityBytes(com.google.protobuf.ByteString value)
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;
- Parameters:
value
- The bytes for parentEntity to set.- Returns:
- This builder for chaining.
-
getTreeValue
public int getTreeValue()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;
- Specified by:
getTreeValue
in interfaceDatabaseEntityOrBuilder
- Returns:
- The enum numeric value on the wire for tree.
-
setTreeValue
public DatabaseEntity.Builder setTreeValue(int value)
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;
- Parameters:
value
- The enum numeric value on the wire for tree to set.- Returns:
- This builder for chaining.
-
getTree
public DatabaseEntity.TreeType getTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;
- Specified by:
getTree
in interfaceDatabaseEntityOrBuilder
- Returns:
- The tree.
-
setTree
public DatabaseEntity.Builder setTree(DatabaseEntity.TreeType value)
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;
- Parameters:
value
- The tree to set.- Returns:
- This builder for chaining.
-
clearTree
public DatabaseEntity.Builder clearTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;
- Returns:
- This builder for chaining.
-
getEntityTypeValue
public int getEntityTypeValue()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
- Specified by:
getEntityTypeValue
in interfaceDatabaseEntityOrBuilder
- Returns:
- The enum numeric value on the wire for entityType.
-
setEntityTypeValue
public DatabaseEntity.Builder setEntityTypeValue(int value)
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
- Parameters:
value
- The enum numeric value on the wire for entityType to set.- Returns:
- This builder for chaining.
-
getEntityType
public DatabaseEntityType getEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
- Specified by:
getEntityType
in interfaceDatabaseEntityOrBuilder
- Returns:
- The entityType.
-
setEntityType
public DatabaseEntity.Builder setEntityType(DatabaseEntityType value)
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
- Parameters:
value
- The entityType to set.- Returns:
- This builder for chaining.
-
clearEntityType
public DatabaseEntity.Builder clearEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
- Returns:
- This builder for chaining.
-
getMappingsList
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;
- Specified by:
getMappingsList
in interfaceDatabaseEntityOrBuilder
-
getMappingsCount
public 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;
- Specified by:
getMappingsCount
in interfaceDatabaseEntityOrBuilder
-
getMappings
public 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;
- Specified by:
getMappings
in interfaceDatabaseEntityOrBuilder
-
setMappings
public 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;
-
setMappings
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;
-
addMappings
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;
-
addMappings
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;
-
addMappings
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;
-
addMappings
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;
-
addAllMappings
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;
-
clearMappings
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;
-
removeMappings
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;
-
getMappingsBuilder
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;
-
getMappingsOrBuilder
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;
- Specified by:
getMappingsOrBuilder
in interfaceDatabaseEntityOrBuilder
-
getMappingsOrBuilderList
public 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;
- Specified by:
getMappingsOrBuilderList
in interfaceDatabaseEntityOrBuilder
-
addMappingsBuilder
public 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;
-
addMappingsBuilder
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;
-
getMappingsBuilderList
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;
-
getEntityDdlList
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;
- Specified by:
getEntityDdlList
in interfaceDatabaseEntityOrBuilder
-
getEntityDdlCount
public 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;
- Specified by:
getEntityDdlCount
in interfaceDatabaseEntityOrBuilder
-
getEntityDdl
public 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;
- Specified by:
getEntityDdl
in interfaceDatabaseEntityOrBuilder
-
setEntityDdl
public 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;
-
setEntityDdl
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;
-
addEntityDdl
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;
-
addEntityDdl
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;
-
addEntityDdl
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;
-
addEntityDdl
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;
-
addAllEntityDdl
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;
-
clearEntityDdl
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;
-
removeEntityDdl
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;
-
getEntityDdlBuilder
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;
-
getEntityDdlOrBuilder
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;
- Specified by:
getEntityDdlOrBuilder
in interfaceDatabaseEntityOrBuilder
-
getEntityDdlOrBuilderList
public 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;
- Specified by:
getEntityDdlOrBuilderList
in interfaceDatabaseEntityOrBuilder
-
addEntityDdlBuilder
public 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;
-
addEntityDdlBuilder
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;
-
getEntityDdlBuilderList
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;
-
getIssuesList
public List<EntityIssue> getIssuesList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssuesList
in interfaceDatabaseEntityOrBuilder
-
getIssuesCount
public int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssuesCount
in interfaceDatabaseEntityOrBuilder
-
getIssues
public EntityIssue getIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssues
in interfaceDatabaseEntityOrBuilder
-
setIssues
public DatabaseEntity.Builder setIssues(int index, EntityIssue value)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
setIssues
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;
-
addIssues
public DatabaseEntity.Builder addIssues(EntityIssue value)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
addIssues
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;
-
addIssues
public DatabaseEntity.Builder addIssues(EntityIssue.Builder builderForValue)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
addIssues
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;
-
addAllIssues
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;
-
clearIssues
public DatabaseEntity.Builder clearIssues()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
removeIssues
public DatabaseEntity.Builder removeIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
getIssuesBuilder
public EntityIssue.Builder getIssuesBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
getIssuesOrBuilder
public EntityIssueOrBuilder getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssuesOrBuilder
in interfaceDatabaseEntityOrBuilder
-
getIssuesOrBuilderList
public List<? extends EntityIssueOrBuilder> getIssuesOrBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssuesOrBuilderList
in interfaceDatabaseEntityOrBuilder
-
addIssuesBuilder
public EntityIssue.Builder addIssuesBuilder()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
addIssuesBuilder
public EntityIssue.Builder addIssuesBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
getIssuesBuilderList
public List<EntityIssue.Builder> getIssuesBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
-
hasDatabase
public boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
hasDatabase
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the database field is set.
-
getDatabase
public DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
getDatabase
in interfaceDatabaseEntityOrBuilder
- Returns:
- The database.
-
setDatabase
public DatabaseEntity.Builder setDatabase(DatabaseInstanceEntity value)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
-
setDatabase
public DatabaseEntity.Builder setDatabase(DatabaseInstanceEntity.Builder builderForValue)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
-
mergeDatabase
public DatabaseEntity.Builder mergeDatabase(DatabaseInstanceEntity value)
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
-
clearDatabase
public DatabaseEntity.Builder clearDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
-
getDatabaseBuilder
public DatabaseInstanceEntity.Builder getDatabaseBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
-
getDatabaseOrBuilder
public DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
getDatabaseOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSchema
public boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
hasSchema
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the schema field is set.
-
getSchema
public SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
getSchema
in interfaceDatabaseEntityOrBuilder
- Returns:
- The schema.
-
setSchema
public DatabaseEntity.Builder setSchema(SchemaEntity value)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
-
setSchema
public DatabaseEntity.Builder setSchema(SchemaEntity.Builder builderForValue)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
-
mergeSchema
public DatabaseEntity.Builder mergeSchema(SchemaEntity value)
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
-
clearSchema
public DatabaseEntity.Builder clearSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
-
getSchemaBuilder
public SchemaEntity.Builder getSchemaBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
-
getSchemaOrBuilder
public SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
getSchemaOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasTable
public boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
hasTable
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the table field is set.
-
getTable
public TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
getTable
in interfaceDatabaseEntityOrBuilder
- Returns:
- The table.
-
setTable
public DatabaseEntity.Builder setTable(TableEntity value)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
-
setTable
public DatabaseEntity.Builder setTable(TableEntity.Builder builderForValue)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
-
mergeTable
public DatabaseEntity.Builder mergeTable(TableEntity value)
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
-
clearTable
public DatabaseEntity.Builder clearTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
-
getTableBuilder
public TableEntity.Builder getTableBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
-
getTableOrBuilder
public TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
getTableOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasView
public boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
hasView
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the view field is set.
-
getView
public ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
getView
in interfaceDatabaseEntityOrBuilder
- Returns:
- The view.
-
setView
public DatabaseEntity.Builder setView(ViewEntity value)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
-
setView
public DatabaseEntity.Builder setView(ViewEntity.Builder builderForValue)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
-
mergeView
public DatabaseEntity.Builder mergeView(ViewEntity value)
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
-
clearView
public DatabaseEntity.Builder clearView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
-
getViewBuilder
public ViewEntity.Builder getViewBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
-
getViewOrBuilder
public ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
getViewOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSequence
public boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
hasSequence
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the sequence field is set.
-
getSequence
public SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
getSequence
in interfaceDatabaseEntityOrBuilder
- Returns:
- The sequence.
-
setSequence
public DatabaseEntity.Builder setSequence(SequenceEntity value)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
-
setSequence
public DatabaseEntity.Builder setSequence(SequenceEntity.Builder builderForValue)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
-
mergeSequence
public DatabaseEntity.Builder mergeSequence(SequenceEntity value)
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
-
clearSequence
public DatabaseEntity.Builder clearSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
-
getSequenceBuilder
public SequenceEntity.Builder getSequenceBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
-
getSequenceOrBuilder
public SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
getSequenceOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasStoredProcedure
public boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
hasStoredProcedure
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the storedProcedure field is set.
-
getStoredProcedure
public StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
getStoredProcedure
in interfaceDatabaseEntityOrBuilder
- Returns:
- The storedProcedure.
-
setStoredProcedure
public DatabaseEntity.Builder setStoredProcedure(StoredProcedureEntity value)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
-
setStoredProcedure
public DatabaseEntity.Builder setStoredProcedure(StoredProcedureEntity.Builder builderForValue)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
-
mergeStoredProcedure
public DatabaseEntity.Builder mergeStoredProcedure(StoredProcedureEntity value)
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
-
clearStoredProcedure
public DatabaseEntity.Builder clearStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
-
getStoredProcedureBuilder
public StoredProcedureEntity.Builder getStoredProcedureBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
-
getStoredProcedureOrBuilder
public StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
getStoredProcedureOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasDatabaseFunction
public boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
hasDatabaseFunction
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the databaseFunction field is set.
-
getDatabaseFunction
public FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
getDatabaseFunction
in interfaceDatabaseEntityOrBuilder
- Returns:
- The databaseFunction.
-
setDatabaseFunction
public DatabaseEntity.Builder setDatabaseFunction(FunctionEntity value)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
-
setDatabaseFunction
public DatabaseEntity.Builder setDatabaseFunction(FunctionEntity.Builder builderForValue)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
-
mergeDatabaseFunction
public DatabaseEntity.Builder mergeDatabaseFunction(FunctionEntity value)
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
-
clearDatabaseFunction
public DatabaseEntity.Builder clearDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
-
getDatabaseFunctionBuilder
public FunctionEntity.Builder getDatabaseFunctionBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
-
getDatabaseFunctionOrBuilder
public FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
getDatabaseFunctionOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSynonym
public boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
hasSynonym
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the synonym field is set.
-
getSynonym
public SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
getSynonym
in interfaceDatabaseEntityOrBuilder
- Returns:
- The synonym.
-
setSynonym
public DatabaseEntity.Builder setSynonym(SynonymEntity value)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
-
setSynonym
public DatabaseEntity.Builder setSynonym(SynonymEntity.Builder builderForValue)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
-
mergeSynonym
public DatabaseEntity.Builder mergeSynonym(SynonymEntity value)
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
-
clearSynonym
public DatabaseEntity.Builder clearSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
-
getSynonymBuilder
public SynonymEntity.Builder getSynonymBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
-
getSynonymOrBuilder
public SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
getSynonymOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasDatabasePackage
public boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
hasDatabasePackage
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the databasePackage field is set.
-
getDatabasePackage
public PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
getDatabasePackage
in interfaceDatabaseEntityOrBuilder
- Returns:
- The databasePackage.
-
setDatabasePackage
public DatabaseEntity.Builder setDatabasePackage(PackageEntity value)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
-
setDatabasePackage
public DatabaseEntity.Builder setDatabasePackage(PackageEntity.Builder builderForValue)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
-
mergeDatabasePackage
public DatabaseEntity.Builder mergeDatabasePackage(PackageEntity value)
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
-
clearDatabasePackage
public DatabaseEntity.Builder clearDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
-
getDatabasePackageBuilder
public PackageEntity.Builder getDatabasePackageBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
-
getDatabasePackageOrBuilder
public PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
getDatabasePackageOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasUdt
public boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
hasUdt
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the udt field is set.
-
getUdt
public UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
getUdt
in interfaceDatabaseEntityOrBuilder
- Returns:
- The udt.
-
setUdt
public DatabaseEntity.Builder setUdt(UDTEntity value)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
-
setUdt
public DatabaseEntity.Builder setUdt(UDTEntity.Builder builderForValue)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
-
mergeUdt
public DatabaseEntity.Builder mergeUdt(UDTEntity value)
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
-
clearUdt
public DatabaseEntity.Builder clearUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
-
getUdtBuilder
public UDTEntity.Builder getUdtBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
-
getUdtOrBuilder
public UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
getUdtOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasMaterializedView
public boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
hasMaterializedView
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the materializedView field is set.
-
getMaterializedView
public MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
getMaterializedView
in interfaceDatabaseEntityOrBuilder
- Returns:
- The materializedView.
-
setMaterializedView
public DatabaseEntity.Builder setMaterializedView(MaterializedViewEntity value)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
-
setMaterializedView
public DatabaseEntity.Builder setMaterializedView(MaterializedViewEntity.Builder builderForValue)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
-
mergeMaterializedView
public DatabaseEntity.Builder mergeMaterializedView(MaterializedViewEntity value)
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
-
clearMaterializedView
public DatabaseEntity.Builder clearMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
-
getMaterializedViewBuilder
public MaterializedViewEntity.Builder getMaterializedViewBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
-
getMaterializedViewOrBuilder
public MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
getMaterializedViewOrBuilder
in interfaceDatabaseEntityOrBuilder
-
setUnknownFields
public final DatabaseEntity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
mergeUnknownFields
public final DatabaseEntity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DatabaseEntity.Builder>
-
-