Class MigrationServiceStub (0.3.0)

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.

Inheritance

java.lang.Object > MigrationServiceStub

Implements

BackgroundResource

Constructors

MigrationServiceStub()

public MigrationServiceStub()

Methods

close()

public abstract void close()

createMigrationWorkflowCallable()

public UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow> createMigrationWorkflowCallable()
Returns

deleteMigrationWorkflowCallable()

public UnaryCallable<DeleteMigrationWorkflowRequest,Empty> deleteMigrationWorkflowCallable()
Returns

getMigrationSubtaskCallable()

public UnaryCallable<GetMigrationSubtaskRequest,MigrationSubtask> getMigrationSubtaskCallable()
Returns

getMigrationWorkflowCallable()

public UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow> getMigrationWorkflowCallable()
Returns

listMigrationSubtasksCallable()

public UnaryCallable<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> listMigrationSubtasksCallable()
Returns

listMigrationSubtasksPagedCallable()

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

listMigrationWorkflowsCallable()

public UnaryCallable<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> listMigrationWorkflowsCallable()
Returns

listMigrationWorkflowsPagedCallable()

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

startMigrationWorkflowCallable()

public UnaryCallable<StartMigrationWorkflowRequest,Empty> startMigrationWorkflowCallable()
Returns