Class MigrationServiceClient.ListMigrationSubtasksPage (0.44.0)

public static class MigrationServiceClient.ListMigrationSubtasksPage extends AbstractPage<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask,MigrationServiceClient.ListMigrationSubtasksPage>

Inheritance

java.lang.Object > AbstractPage > MigrationServiceClient.ListMigrationSubtasksPage

Methods

createPage(PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, ListMigrationSubtasksResponse response)

protected MigrationServiceClient.ListMigrationSubtasksPage createPage(PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, ListMigrationSubtasksResponse response)
Parameters
NameDescription
contextPageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask>
responseListMigrationSubtasksResponse
Returns
TypeDescription
MigrationServiceClient.ListMigrationSubtasksPage
Overrides

createPageAsync(PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, ApiFuture<ListMigrationSubtasksResponse> futureResponse)

public ApiFuture<MigrationServiceClient.ListMigrationSubtasksPage> createPageAsync(PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, ApiFuture<ListMigrationSubtasksResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask>
futureResponseApiFuture<ListMigrationSubtasksResponse>
Returns
TypeDescription
ApiFuture<ListMigrationSubtasksPage>
Overrides