Uses of Class
com.google.cloud.migrationcenter.v1.ExecutionReport
-
Packages that use ExecutionReport Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ExecutionReport in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ExecutionReport Modifier and Type Method Description ExecutionReport
ExecutionReport.Builder. build()
ExecutionReport
ExecutionReport.Builder. buildPartial()
static ExecutionReport
ExecutionReport. getDefaultInstance()
ExecutionReport
ExecutionReport.Builder. getDefaultInstanceForType()
ExecutionReport
ExecutionReport. getDefaultInstanceForType()
ExecutionReport
ImportJob.Builder. getExecutionReport()
Output only.ExecutionReport
ImportJob. getExecutionReport()
Output only.ExecutionReport
ImportJobOrBuilder. getExecutionReport()
Output only.static ExecutionReport
ExecutionReport. parseDelimitedFrom(InputStream input)
static ExecutionReport
ExecutionReport. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionReport
ExecutionReport. parseFrom(byte[] data)
static ExecutionReport
ExecutionReport. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionReport
ExecutionReport. parseFrom(com.google.protobuf.ByteString data)
static ExecutionReport
ExecutionReport. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionReport
ExecutionReport. parseFrom(com.google.protobuf.CodedInputStream input)
static ExecutionReport
ExecutionReport. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionReport
ExecutionReport. parseFrom(InputStream input)
static ExecutionReport
ExecutionReport. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionReport
ExecutionReport. parseFrom(ByteBuffer data)
static ExecutionReport
ExecutionReport. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ExecutionReport Modifier and Type Method Description com.google.protobuf.Parser<ExecutionReport>
ExecutionReport. getParserForType()
static com.google.protobuf.Parser<ExecutionReport>
ExecutionReport. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ExecutionReport Modifier and Type Method Description ImportJob.Builder
ImportJob.Builder. mergeExecutionReport(ExecutionReport value)
Output only.ExecutionReport.Builder
ExecutionReport.Builder. mergeFrom(ExecutionReport other)
static ExecutionReport.Builder
ExecutionReport. newBuilder(ExecutionReport prototype)
ImportJob.Builder
ImportJob.Builder. setExecutionReport(ExecutionReport value)
Output only.
-