Class MigrationCenterClient.ListImportJobsPage (0.77.0)

public static class MigrationCenterClient.ListImportJobsPage extends AbstractPage<ListImportJobsRequest,ListImportJobsResponse,ImportJob,MigrationCenterClient.ListImportJobsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListImportJobsPage

Methods

createPage(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, @Nullable ListImportJobsResponse response)

protected MigrationCenterClient.ListImportJobsPage createPage(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, @Nullable ListImportJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
response @org.jspecify.annotations.Nullable com.google.cloud.migrationcenter.v1.ListImportJobsResponse
Returns
Type Description
MigrationCenterClient.ListImportJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListImportJobsPage> createPageAsync(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
futureResponse ApiFuture<ListImportJobsResponse>
Returns
Type Description
ApiFuture<ListImportJobsPage>
Overrides