Class MigrationServiceStub (0.11.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
TypeDescription
UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow>

deleteMigrationWorkflowCallable()

public UnaryCallable<DeleteMigrationWorkflowRequest,Empty> deleteMigrationWorkflowCallable()
Returns
TypeDescription
UnaryCallable<DeleteMigrationWorkflowRequest,Empty>

getMigrationSubtaskCallable()

public UnaryCallable<GetMigrationSubtaskRequest,MigrationSubtask> getMigrationSubtaskCallable()
Returns
TypeDescription
UnaryCallable<GetMigrationSubtaskRequest,MigrationSubtask>

getMigrationWorkflowCallable()

public UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow> getMigrationWorkflowCallable()
Returns
TypeDescription
UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow>

listMigrationSubtasksCallable()

public UnaryCallable<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> listMigrationSubtasksCallable()
Returns
TypeDescription
UnaryCallable<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse>

listMigrationSubtasksPagedCallable()

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

listMigrationWorkflowsCallable()

public UnaryCallable<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> listMigrationWorkflowsCallable()
Returns
TypeDescription
UnaryCallable<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse>

listMigrationWorkflowsPagedCallable()

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

startMigrationWorkflowCallable()

public UnaryCallable<StartMigrationWorkflowRequest,Empty> startMigrationWorkflowCallable()
Returns
TypeDescription
UnaryCallable<StartMigrationWorkflowRequest,Empty>