public interface EntityMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;int getSourceTypeValue()
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;DatabaseEntityType getSourceType()
Type of source entity.
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;int getDraftTypeValue()
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;DatabaseEntityType getDraftType()
Type of draft entity.
.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;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;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;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;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;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;Copyright © 2024 Google LLC. All rights reserved.