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 GetImportJobRequestGetImportJobRequest.Builder. build()GetImportJobRequestGetImportJobRequest.Builder. buildPartial()static GetImportJobRequestGetImportJobRequest. getDefaultInstance()GetImportJobRequestGetImportJobRequest.Builder. getDefaultInstanceForType()GetImportJobRequestGetImportJobRequest. getDefaultInstanceForType()static GetImportJobRequestGetImportJobRequest. parseDelimitedFrom(InputStream input)static GetImportJobRequestGetImportJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetImportJobRequestGetImportJobRequest. parseFrom(byte[] data)static GetImportJobRequestGetImportJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetImportJobRequestGetImportJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetImportJobRequestGetImportJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetImportJobRequestGetImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetImportJobRequestGetImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetImportJobRequestGetImportJobRequest. parseFrom(InputStream input)static GetImportJobRequestGetImportJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetImportJobRequestGetImportJobRequest. parseFrom(ByteBuffer data)static GetImportJobRequestGetImportJobRequest. 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 ImportJobMigrationCenterClient. getImportJob(GetImportJobRequest request)Gets the details of an import job.default voidMigrationCenterGrpc.AsyncService. getImportJob(GetImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)Gets the details of an import job.ImportJobMigrationCenterGrpc.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.voidMigrationCenterGrpc.MigrationCenterStub. getImportJob(GetImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)Gets the details of an import job.GetImportJobRequest.BuilderGetImportJobRequest.Builder. mergeFrom(GetImportJobRequest other)static GetImportJobRequest.BuilderGetImportJobRequest. 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.
-