public static final class EntityMapping.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder> implements EntityMappingOrBuilder
Details of the mappings of a database entity.Protobuf type
google.cloud.clouddms.v1.EntityMapping| Modifier and Type | Method and Description |
|---|---|
EntityMapping.Builder |
addAllMappingLog(Iterable<? extends EntityMappingLogEntry> values)
Entity mapping log entries.
|
EntityMapping.Builder |
addMappingLog(EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries.
|
EntityMapping.Builder |
addMappingLog(EntityMappingLogEntry value)
Entity mapping log entries.
|
EntityMapping.Builder |
addMappingLog(int index,
EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries.
|
EntityMapping.Builder |
addMappingLog(int index,
EntityMappingLogEntry value)
Entity mapping log entries.
|
EntityMappingLogEntry.Builder |
addMappingLogBuilder()
Entity mapping log entries.
|
EntityMappingLogEntry.Builder |
addMappingLogBuilder(int index)
Entity mapping log entries.
|
EntityMapping.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EntityMapping |
build() |
EntityMapping |
buildPartial() |
EntityMapping.Builder |
clear() |
EntityMapping.Builder |
clearDraftEntity()
Target entity full name.
|
EntityMapping.Builder |
clearDraftType()
Type of draft entity.
|
EntityMapping.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EntityMapping.Builder |
clearMappingLog()
Entity mapping log entries.
|
EntityMapping.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EntityMapping.Builder |
clearSourceEntity()
Source entity full name.
|
EntityMapping.Builder |
clearSourceType()
Type of source entity.
|
EntityMapping.Builder |
clone() |
EntityMapping |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDraftEntity()
Target entity full name.
|
com.google.protobuf.ByteString |
getDraftEntityBytes()
Target entity full name.
|
DatabaseEntityType |
getDraftType()
Type of draft entity.
|
int |
getDraftTypeValue()
Type of draft entity.
|
EntityMappingLogEntry |
getMappingLog(int index)
Entity mapping log entries.
|
EntityMappingLogEntry.Builder |
getMappingLogBuilder(int index)
Entity mapping log entries.
|
List<EntityMappingLogEntry.Builder> |
getMappingLogBuilderList()
Entity mapping log entries.
|
int |
getMappingLogCount()
Entity mapping log entries.
|
List<EntityMappingLogEntry> |
getMappingLogList()
Entity mapping log entries.
|
EntityMappingLogEntryOrBuilder |
getMappingLogOrBuilder(int index)
Entity mapping log entries.
|
List<? extends EntityMappingLogEntryOrBuilder> |
getMappingLogOrBuilderList()
Entity mapping log entries.
|
String |
getSourceEntity()
Source entity full name.
|
com.google.protobuf.ByteString |
getSourceEntityBytes()
Source entity full name.
|
DatabaseEntityType |
getSourceType()
Type of source entity.
|
int |
getSourceTypeValue()
Type of source entity.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EntityMapping.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EntityMapping.Builder |
mergeFrom(EntityMapping other) |
EntityMapping.Builder |
mergeFrom(com.google.protobuf.Message other) |
EntityMapping.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EntityMapping.Builder |
removeMappingLog(int index)
Entity mapping log entries.
|
EntityMapping.Builder |
setDraftEntity(String value)
Target entity full name.
|
EntityMapping.Builder |
setDraftEntityBytes(com.google.protobuf.ByteString value)
Target entity full name.
|
EntityMapping.Builder |
setDraftType(DatabaseEntityType value)
Type of draft entity.
|
EntityMapping.Builder |
setDraftTypeValue(int value)
Type of draft entity.
|
EntityMapping.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EntityMapping.Builder |
setMappingLog(int index,
EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries.
|
EntityMapping.Builder |
setMappingLog(int index,
EntityMappingLogEntry value)
Entity mapping log entries.
|
EntityMapping.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EntityMapping.Builder |
setSourceEntity(String value)
Source entity full name.
|
EntityMapping.Builder |
setSourceEntityBytes(com.google.protobuf.ByteString value)
Source entity full name.
|
EntityMapping.Builder |
setSourceType(DatabaseEntityType value)
Type of source entity.
|
EntityMapping.Builder |
setSourceTypeValue(int value)
Type of source entity.
|
EntityMapping.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, 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<EntityMapping.Builder>public EntityMapping.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.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<EntityMapping.Builder>public EntityMapping getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EntityMapping build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EntityMapping buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EntityMapping.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>public EntityMapping.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<EntityMapping.Builder>public EntityMapping.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>public EntityMapping.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>public EntityMapping.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<EntityMapping.Builder>public EntityMapping.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<EntityMapping.Builder>public EntityMapping.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityMapping.Builder>public EntityMapping.Builder mergeFrom(EntityMapping other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>public EntityMapping.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<EntityMapping.Builder>IOExceptionpublic String getSourceEntity()
Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
string source_entity = 1;getSourceEntity in interface EntityMappingOrBuilderpublic com.google.protobuf.ByteString getSourceEntityBytes()
Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
string source_entity = 1;getSourceEntityBytes in interface EntityMappingOrBuilderpublic EntityMapping.Builder setSourceEntity(String value)
Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
string source_entity = 1;value - The sourceEntity to set.public EntityMapping.Builder clearSourceEntity()
Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
string source_entity = 1;public EntityMapping.Builder setSourceEntityBytes(com.google.protobuf.ByteString value)
Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
string source_entity = 1;value - The bytes for sourceEntity to set.public String getDraftEntity()
Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
string draft_entity = 2;getDraftEntity in interface EntityMappingOrBuilderpublic com.google.protobuf.ByteString getDraftEntityBytes()
Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
string draft_entity = 2;getDraftEntityBytes in interface EntityMappingOrBuilderpublic EntityMapping.Builder setDraftEntity(String value)
Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
string draft_entity = 2;value - The draftEntity to set.public EntityMapping.Builder clearDraftEntity()
Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
string draft_entity = 2;public EntityMapping.Builder setDraftEntityBytes(com.google.protobuf.ByteString value)
Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
string draft_entity = 2;value - The bytes for draftEntity to set.public int getSourceTypeValue()
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;getSourceTypeValue in interface EntityMappingOrBuilderpublic EntityMapping.Builder setSourceTypeValue(int value)
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;value - The enum numeric value on the wire for sourceType to set.public DatabaseEntityType getSourceType()
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;getSourceType in interface EntityMappingOrBuilderpublic EntityMapping.Builder setSourceType(DatabaseEntityType value)
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;value - The sourceType to set.public EntityMapping.Builder clearSourceType()
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;public int getDraftTypeValue()
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;getDraftTypeValue in interface EntityMappingOrBuilderpublic EntityMapping.Builder setDraftTypeValue(int value)
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;value - The enum numeric value on the wire for draftType to set.public DatabaseEntityType getDraftType()
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;getDraftType in interface EntityMappingOrBuilderpublic EntityMapping.Builder setDraftType(DatabaseEntityType value)
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;value - The draftType to set.public EntityMapping.Builder clearDraftType()
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;public List<EntityMappingLogEntry> getMappingLogList()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;getMappingLogList in interface EntityMappingOrBuilderpublic int getMappingLogCount()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;getMappingLogCount in interface EntityMappingOrBuilderpublic EntityMappingLogEntry getMappingLog(int index)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;getMappingLog in interface EntityMappingOrBuilderpublic EntityMapping.Builder setMappingLog(int index, EntityMappingLogEntry value)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder setMappingLog(int index, EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder addMappingLog(EntityMappingLogEntry value)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder addMappingLog(int index, EntityMappingLogEntry value)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder addMappingLog(EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder addMappingLog(int index, EntityMappingLogEntry.Builder builderForValue)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder addAllMappingLog(Iterable<? extends EntityMappingLogEntry> values)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder clearMappingLog()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMapping.Builder removeMappingLog(int index)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMappingLogEntry.Builder getMappingLogBuilder(int index)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMappingLogEntryOrBuilder getMappingLogOrBuilder(int index)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;getMappingLogOrBuilder in interface EntityMappingOrBuilderpublic List<? extends EntityMappingLogEntryOrBuilder> getMappingLogOrBuilderList()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;getMappingLogOrBuilderList in interface EntityMappingOrBuilderpublic EntityMappingLogEntry.Builder addMappingLogBuilder()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public EntityMappingLogEntry.Builder addMappingLogBuilder(int index)
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public List<EntityMappingLogEntry.Builder> getMappingLogBuilderList()
Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
repeated .google.cloud.clouddms.v1.EntityMappingLogEntry mapping_log = 3;public final EntityMapping.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>public final EntityMapping.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityMapping.Builder>Copyright © 2024 Google LLC. All rights reserved.