Class AppOptimizeClient.ListReportsPage (0.5.0)

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

Inheritance

java.lang.Object > AbstractPage > AppOptimizeClient.ListReportsPage

Methods

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

protected AppOptimizeClient.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.appoptimize.v1beta.ListReportsResponse
Returns
Type Description
AppOptimizeClient.ListReportsPage
Overrides

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

public ApiFuture<AppOptimizeClient.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