Uses of Class
com.google.cloud.migrationcenter.v1.GetImportJobRequest
-
Packages that use GetImportJobRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of GetImportJobRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GetImportJobRequest Modifier and Type Method Description GetImportJobRequest
GetImportJobRequest.Builder. build()
GetImportJobRequest
GetImportJobRequest.Builder. buildPartial()
static GetImportJobRequest
GetImportJobRequest. getDefaultInstance()
GetImportJobRequest
GetImportJobRequest.Builder. getDefaultInstanceForType()
GetImportJobRequest
GetImportJobRequest. getDefaultInstanceForType()
static GetImportJobRequest
GetImportJobRequest. parseDelimitedFrom(InputStream input)
static GetImportJobRequest
GetImportJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImportJobRequest
GetImportJobRequest. parseFrom(byte[] data)
static GetImportJobRequest
GetImportJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImportJobRequest
GetImportJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetImportJobRequest
GetImportJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImportJobRequest
GetImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetImportJobRequest
GetImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImportJobRequest
GetImportJobRequest. parseFrom(InputStream input)
static GetImportJobRequest
GetImportJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImportJobRequest
GetImportJobRequest. parseFrom(ByteBuffer data)
static GetImportJobRequest
GetImportJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GetImportJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetImportJobRequest,ImportJob>
MigrationCenterGrpc. getGetImportJobMethod()
com.google.api.gax.rpc.UnaryCallable<GetImportJobRequest,ImportJob>
MigrationCenterClient. getImportJobCallable()
Gets the details of an import job.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImportJobRequest,ImportJob>
MigrationCenterSettings.Builder. getImportJobSettings()
Returns the builder for the settings used for calls to getImportJob.com.google.api.gax.rpc.UnaryCallSettings<GetImportJobRequest,ImportJob>
MigrationCenterSettings. getImportJobSettings()
Returns the object with the settings used for calls to getImportJob.com.google.protobuf.Parser<GetImportJobRequest>
GetImportJobRequest. getParserForType()
static com.google.protobuf.Parser<GetImportJobRequest>
GetImportJobRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GetImportJobRequest Modifier and Type Method Description ImportJob
MigrationCenterClient. getImportJob(GetImportJobRequest request)
Gets the details of an import job.default void
MigrationCenterGrpc.AsyncService. getImportJob(GetImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)
Gets the details of an import job.ImportJob
MigrationCenterGrpc.MigrationCenterBlockingStub. getImportJob(GetImportJobRequest request)
Gets the details of an import job.com.google.common.util.concurrent.ListenableFuture<ImportJob>
MigrationCenterGrpc.MigrationCenterFutureStub. getImportJob(GetImportJobRequest request)
Gets the details of an import job.void
MigrationCenterGrpc.MigrationCenterStub. getImportJob(GetImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)
Gets the details of an import job.GetImportJobRequest.Builder
GetImportJobRequest.Builder. mergeFrom(GetImportJobRequest other)
static GetImportJobRequest.Builder
GetImportJobRequest. newBuilder(GetImportJobRequest prototype)
-
Uses of GetImportJobRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type GetImportJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImportJobRequest,ImportJob>
GrpcMigrationCenterStub. getImportJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetImportJobRequest,ImportJob>
HttpJsonMigrationCenterStub. getImportJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetImportJobRequest,ImportJob>
MigrationCenterStub. getImportJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImportJobRequest,ImportJob>
MigrationCenterStubSettings.Builder. getImportJobSettings()
Returns the builder for the settings used for calls to getImportJob.com.google.api.gax.rpc.UnaryCallSettings<GetImportJobRequest,ImportJob>
MigrationCenterStubSettings. getImportJobSettings()
Returns the object with the settings used for calls to getImportJob.
-