Class MigrationCenterClient.ListReportsPage (0.77.0)

public static class MigrationCenterClient.ListReportsPage extends AbstractPage<ListReportsRequest,ListReportsResponse,Report,MigrationCenterClient.ListReportsPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListReportsPage

Methods

createPage(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, @Nullable ListReportsResponse response)

protected MigrationCenterClient.ListReportsPage createPage(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, @Nullable ListReportsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report>
response @org.jspecify.annotations.Nullable com.google.cloud.migrationcenter.v1.ListReportsResponse
Returns
Type Description
MigrationCenterClient.ListReportsPage
Overrides

createPageAsync(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListReportsPage> createPageAsync(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report>
futureResponse ApiFuture<ListReportsResponse>
Returns
Type Description
ApiFuture<ListReportsPage>
Overrides