Class MigrationServiceStub (0.56.0)

See more code actions.
public abstract class MigrationServiceStub implements BackgroundResource

Base stub class for the MigrationService service API.

This class is for advanced usage and reflects the underlying API directly.

java.lang.Object > MigrationServiceStub
BackgroundResource

Constructors

MigrationServiceStub()

public MigrationServiceStub()

Methods

close()

public abstract void close()

createMigrationWorkflowCallable()

public UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow> createMigrationWorkflowCallable()

deleteMigrationWorkflowCallable()

public UnaryCallable<DeleteMigrationWorkflowRequest,Empty> deleteMigrationWorkflowCallable()

getMigrationSubtaskCallable()

public UnaryCallable<GetMigrationSubtaskRequest,MigrationSubtask> getMigrationSubtaskCallable()

getMigrationWorkflowCallable()

public UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow> getMigrationWorkflowCallable()

listMigrationSubtasksCallable()

public UnaryCallable<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> listMigrationSubtasksCallable()

listMigrationSubtasksPagedCallable()

public UnaryCallable<ListMigrationSubtasksRequest,MigrationServiceClient.ListMigrationSubtasksPagedResponse> listMigrationSubtasksPagedCallable()

listMigrationWorkflowsCallable()

public UnaryCallable<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> listMigrationWorkflowsCallable()

listMigrationWorkflowsPagedCallable()

public UnaryCallable<ListMigrationWorkflowsRequest,MigrationServiceClient.ListMigrationWorkflowsPagedResponse> listMigrationWorkflowsPagedCallable()

startMigrationWorkflowCallable()

public UnaryCallable<StartMigrationWorkflowRequest,Empty> startMigrationWorkflowCallable()