Uses of Class
com.google.cloud.clouddms.v1.GetMigrationJobRequest
-
Packages that use GetMigrationJobRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of GetMigrationJobRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return GetMigrationJobRequest Modifier and Type Method Description GetMigrationJobRequest
GetMigrationJobRequest.Builder. build()
GetMigrationJobRequest
GetMigrationJobRequest.Builder. buildPartial()
static GetMigrationJobRequest
GetMigrationJobRequest. getDefaultInstance()
GetMigrationJobRequest
GetMigrationJobRequest.Builder. getDefaultInstanceForType()
GetMigrationJobRequest
GetMigrationJobRequest. getDefaultInstanceForType()
static GetMigrationJobRequest
GetMigrationJobRequest. parseDelimitedFrom(InputStream input)
static GetMigrationJobRequest
GetMigrationJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(byte[] data)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(InputStream input)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(ByteBuffer data)
static GetMigrationJobRequest
GetMigrationJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type GetMigrationJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceGrpc. getGetMigrationJobMethod()
com.google.api.gax.rpc.UnaryCallable<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceClient. getMigrationJobCallable()
Gets details of a single migration job.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceSettings.Builder. getMigrationJobSettings()
Returns the builder for the settings used for calls to getMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceSettings. getMigrationJobSettings()
Returns the object with the settings used for calls to getMigrationJob.com.google.protobuf.Parser<GetMigrationJobRequest>
GetMigrationJobRequest. getParserForType()
static com.google.protobuf.Parser<GetMigrationJobRequest>
GetMigrationJobRequest. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type GetMigrationJobRequest Modifier and Type Method Description MigrationJob
DataMigrationServiceClient. getMigrationJob(GetMigrationJobRequest request)
Gets details of a single migration job.default void
DataMigrationServiceGrpc.AsyncService. getMigrationJob(GetMigrationJobRequest request, io.grpc.stub.StreamObserver<MigrationJob> responseObserver)
Gets details of a single migration job.MigrationJob
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. getMigrationJob(GetMigrationJobRequest request)
Gets details of a single migration job.com.google.common.util.concurrent.ListenableFuture<MigrationJob>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. getMigrationJob(GetMigrationJobRequest request)
Gets details of a single migration job.void
DataMigrationServiceGrpc.DataMigrationServiceStub. getMigrationJob(GetMigrationJobRequest request, io.grpc.stub.StreamObserver<MigrationJob> responseObserver)
Gets details of a single migration job.GetMigrationJobRequest.Builder
GetMigrationJobRequest.Builder. mergeFrom(GetMigrationJobRequest other)
static GetMigrationJobRequest.Builder
GetMigrationJobRequest. newBuilder(GetMigrationJobRequest prototype)
-
Uses of GetMigrationJobRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type GetMigrationJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceStub. getMigrationJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetMigrationJobRequest,MigrationJob>
GrpcDataMigrationServiceStub. getMigrationJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceStubSettings.Builder. getMigrationJobSettings()
Returns the builder for the settings used for calls to getMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<GetMigrationJobRequest,MigrationJob>
DataMigrationServiceStubSettings. getMigrationJobSettings()
Returns the object with the settings used for calls to getMigrationJob.
-