Class MigrationServiceClient.ListMigrationWorkflowsPage (0.98.0)

public static class MigrationServiceClient.ListMigrationWorkflowsPage extends AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationServiceClient.ListMigrationWorkflowsPage

Methods

createPage(@Nullable PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, @Nullable ListMigrationWorkflowsResponse response)

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

createPageAsync(@Nullable PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ApiFuture<ListMigrationWorkflowsResponse> futureResponse)

public ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPage> createPageAsync(@Nullable PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ApiFuture<ListMigrationWorkflowsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow>
futureResponse ApiFuture<ListMigrationWorkflowsResponse>
Returns
Type Description
ApiFuture<ListMigrationWorkflowsPage>
Overrides