Uses of Class
com.google.cloud.clouddms.v1.EntityMappingLogEntry
-
Packages that use EntityMappingLogEntry Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of EntityMappingLogEntry in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return EntityMappingLogEntry Modifier and Type Method Description EntityMappingLogEntry
EntityMappingLogEntry.Builder. build()
EntityMappingLogEntry
EntityMappingLogEntry.Builder. buildPartial()
static EntityMappingLogEntry
EntityMappingLogEntry. getDefaultInstance()
EntityMappingLogEntry
EntityMappingLogEntry.Builder. getDefaultInstanceForType()
EntityMappingLogEntry
EntityMappingLogEntry. getDefaultInstanceForType()
EntityMappingLogEntry
EntityMapping.Builder. getMappingLog(int index)
Entity mapping log entries.EntityMappingLogEntry
EntityMapping. getMappingLog(int index)
Entity mapping log entries.EntityMappingLogEntry
EntityMappingOrBuilder. getMappingLog(int index)
Entity mapping log entries.static EntityMappingLogEntry
EntityMappingLogEntry. parseDelimitedFrom(InputStream input)
static EntityMappingLogEntry
EntityMappingLogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(byte[] data)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(com.google.protobuf.ByteString data)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(InputStream input)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(ByteBuffer data)
static EntityMappingLogEntry
EntityMappingLogEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type EntityMappingLogEntry Modifier and Type Method Description List<EntityMappingLogEntry>
EntityMapping.Builder. getMappingLogList()
Entity mapping log entries.List<EntityMappingLogEntry>
EntityMapping. getMappingLogList()
Entity mapping log entries.List<EntityMappingLogEntry>
EntityMappingOrBuilder. getMappingLogList()
Entity mapping log entries.com.google.protobuf.Parser<EntityMappingLogEntry>
EntityMappingLogEntry. getParserForType()
static com.google.protobuf.Parser<EntityMappingLogEntry>
EntityMappingLogEntry. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type EntityMappingLogEntry Modifier and Type Method Description EntityMapping.Builder
EntityMapping.Builder. addMappingLog(int index, EntityMappingLogEntry value)
Entity mapping log entries.EntityMapping.Builder
EntityMapping.Builder. addMappingLog(EntityMappingLogEntry value)
Entity mapping log entries.EntityMappingLogEntry.Builder
EntityMappingLogEntry.Builder. mergeFrom(EntityMappingLogEntry other)
static EntityMappingLogEntry.Builder
EntityMappingLogEntry. newBuilder(EntityMappingLogEntry prototype)
EntityMapping.Builder
EntityMapping.Builder. setMappingLog(int index, EntityMappingLogEntry value)
Entity mapping log entries.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type EntityMappingLogEntry Modifier and Type Method Description EntityMapping.Builder
EntityMapping.Builder. addAllMappingLog(Iterable<? extends EntityMappingLogEntry> values)
Entity mapping log entries.
-