Uses of Class
com.google.cloud.clouddms.v1.BackgroundJobLogEntry
-
Packages that use BackgroundJobLogEntry Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of BackgroundJobLogEntry in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return BackgroundJobLogEntry Modifier and Type Method Description BackgroundJobLogEntry
BackgroundJobLogEntry.Builder. build()
BackgroundJobLogEntry
BackgroundJobLogEntry.Builder. buildPartial()
static BackgroundJobLogEntry
BackgroundJobLogEntry. getDefaultInstance()
BackgroundJobLogEntry
BackgroundJobLogEntry.Builder. getDefaultInstanceForType()
BackgroundJobLogEntry
BackgroundJobLogEntry. getDefaultInstanceForType()
BackgroundJobLogEntry
SearchBackgroundJobsResponse.Builder. getJobs(int index)
The list of conversion workspace mapping rules.BackgroundJobLogEntry
SearchBackgroundJobsResponse. getJobs(int index)
The list of conversion workspace mapping rules.BackgroundJobLogEntry
SearchBackgroundJobsResponseOrBuilder. getJobs(int index)
The list of conversion workspace mapping rules.static BackgroundJobLogEntry
BackgroundJobLogEntry. parseDelimitedFrom(InputStream input)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(byte[] data)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(com.google.protobuf.ByteString data)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(InputStream input)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(ByteBuffer data)
static BackgroundJobLogEntry
BackgroundJobLogEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type BackgroundJobLogEntry Modifier and Type Method Description List<BackgroundJobLogEntry>
SearchBackgroundJobsResponse.Builder. getJobsList()
The list of conversion workspace mapping rules.List<BackgroundJobLogEntry>
SearchBackgroundJobsResponse. getJobsList()
The list of conversion workspace mapping rules.List<BackgroundJobLogEntry>
SearchBackgroundJobsResponseOrBuilder. getJobsList()
The list of conversion workspace mapping rules.com.google.protobuf.Parser<BackgroundJobLogEntry>
BackgroundJobLogEntry. getParserForType()
static com.google.protobuf.Parser<BackgroundJobLogEntry>
BackgroundJobLogEntry. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type BackgroundJobLogEntry Modifier and Type Method Description SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse.Builder. addJobs(int index, BackgroundJobLogEntry value)
The list of conversion workspace mapping rules.SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse.Builder. addJobs(BackgroundJobLogEntry value)
The list of conversion workspace mapping rules.BackgroundJobLogEntry.Builder
BackgroundJobLogEntry.Builder. mergeFrom(BackgroundJobLogEntry other)
static BackgroundJobLogEntry.Builder
BackgroundJobLogEntry. newBuilder(BackgroundJobLogEntry prototype)
SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse.Builder. setJobs(int index, BackgroundJobLogEntry value)
The list of conversion workspace mapping rules.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type BackgroundJobLogEntry Modifier and Type Method Description SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse.Builder. addAllJobs(Iterable<? extends BackgroundJobLogEntry> values)
The list of conversion workspace mapping rules.
-