Class MigrationServiceClient.ListMigrationSubtasksPage (0.98.0)

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

Inheritance

java.lang.Object > AbstractPage > MigrationServiceClient.ListMigrationSubtasksPage

Methods

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

protected MigrationServiceClient.ListMigrationSubtasksPage createPage(@Nullable PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, @Nullable ListMigrationSubtasksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.migration.v2.ListMigrationSubtasksResponse
Returns
Type Description
MigrationServiceClient.ListMigrationSubtasksPage
Overrides

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

public ApiFuture<MigrationServiceClient.ListMigrationSubtasksPage> createPageAsync(@Nullable PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask> context, ApiFuture<ListMigrationSubtasksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse,MigrationSubtask>
futureResponse ApiFuture<ListMigrationSubtasksResponse>
Returns
Type Description
ApiFuture<ListMigrationSubtasksPage>
Overrides