Interface EntityMappingOrBuilder (2.41.0)

public interface EntityMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDraftEntity()

public abstract 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;

Returns
Type Description
String

The draftEntity.

getDraftEntityBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for draftEntity.

getDraftType()

public abstract DatabaseEntityType getDraftType()

Type of draft entity.

.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;

Returns
Type Description
DatabaseEntityType

The draftType.

getDraftTypeValue()

public abstract int getDraftTypeValue()

Type of draft entity.

.google.cloud.clouddms.v1.DatabaseEntityType draft_type = 5;

Returns
Type Description
int

The enum numeric value on the wire for draftType.

getMappingLog(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
EntityMappingLogEntry

getMappingLogCount()

public abstract 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;

Returns
Type Description
int

getMappingLogList()

public abstract 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;

Returns
Type Description
List<EntityMappingLogEntry>

getMappingLogOrBuilder(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
EntityMappingLogEntryOrBuilder

getMappingLogOrBuilderList()

public abstract 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;

Returns
Type Description
List<? extends com.google.cloud.clouddms.v1.EntityMappingLogEntryOrBuilder>

getSourceEntity()

public abstract 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;

Returns
Type Description
String

The sourceEntity.

getSourceEntityBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for sourceEntity.

getSourceType()

public abstract DatabaseEntityType getSourceType()

Type of source entity.

.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;

Returns
Type Description
DatabaseEntityType

The sourceType.

getSourceTypeValue()

public abstract int getSourceTypeValue()

Type of source entity.

.google.cloud.clouddms.v1.DatabaseEntityType source_type = 4;

Returns
Type Description
int

The enum numeric value on the wire for sourceType.