public static final class DataMigrationServiceGrpc.DataMigrationServiceBlockingStub extends AbstractBlockingStub<DataMigrationServiceGrpc.DataMigrationServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service DataMigrationService.
Database Migration service
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected DataMigrationServiceGrpc.DataMigrationServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters |
---|
Name | Description |
channel | io.grpc.Channel
|
callOptions | io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createConnectionProfile(CreateConnectionProfileRequest request)
public Operation createConnectionProfile(CreateConnectionProfileRequest request)
Creates a new connection profile in a given project and location.
createMigrationJob(CreateMigrationJobRequest request)
public Operation createMigrationJob(CreateMigrationJobRequest request)
Creates a new migration job in a given project and location.
deleteConnectionProfile(DeleteConnectionProfileRequest request)
public Operation deleteConnectionProfile(DeleteConnectionProfileRequest request)
Deletes a single Database Migration Service connection profile.
A connection profile can only be deleted if it is not in use by any
active migration jobs.
deleteMigrationJob(DeleteMigrationJobRequest request)
public Operation deleteMigrationJob(DeleteMigrationJobRequest request)
Deletes a single migration job.
generateSshScript(GenerateSshScriptRequest request)
public SshScript generateSshScript(GenerateSshScriptRequest request)
Generate a SSH configuration script to configure the reverse SSH
connectivity.
getConnectionProfile(GetConnectionProfileRequest request)
public ConnectionProfile getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.
getMigrationJob(GetMigrationJobRequest request)
public MigrationJob getMigrationJob(GetMigrationJobRequest request)
Gets details of a single migration job.
listConnectionProfiles(ListConnectionProfilesRequest request)
public ListConnectionProfilesResponse listConnectionProfiles(ListConnectionProfilesRequest request)
Retrieve a list of all connection profiles in a given project and location.
listMigrationJobs(ListMigrationJobsRequest request)
public ListMigrationJobsResponse listMigrationJobs(ListMigrationJobsRequest request)
Lists migration jobs in a given project and location.
public Operation promoteMigrationJob(PromoteMigrationJobRequest request)
Promote a migration job, stopping replication to the destination and
promoting the destination to be a standalone database.
restartMigrationJob(RestartMigrationJobRequest request)
public Operation restartMigrationJob(RestartMigrationJobRequest request)
Restart a stopped or failed migration job, resetting the destination
instance to its original state and starting the migration process from
scratch.
resumeMigrationJob(ResumeMigrationJobRequest request)
public Operation resumeMigrationJob(ResumeMigrationJobRequest request)
Resume a migration job that is currently stopped and is resumable (was
stopped during CDC phase).
startMigrationJob(StartMigrationJobRequest request)
public Operation startMigrationJob(StartMigrationJobRequest request)
Start an already created migration job.
stopMigrationJob(StopMigrationJobRequest request)
public Operation stopMigrationJob(StopMigrationJobRequest request)
Stops a running migration job.
updateConnectionProfile(UpdateConnectionProfileRequest request)
public Operation updateConnectionProfile(UpdateConnectionProfileRequest request)
Update the configuration of a single connection profile.
updateMigrationJob(UpdateMigrationJobRequest request)
public Operation updateMigrationJob(UpdateMigrationJobRequest request)
Updates the parameters of a single migration job.
verifyMigrationJob(VerifyMigrationJobRequest request)
public Operation verifyMigrationJob(VerifyMigrationJobRequest request)
Verify a migration job, making sure the destination can reach the source
and that all configuration and prerequisites are met.