Class ReportServiceClient.ListReportsPage (0.54.0)

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

Inheritance

java.lang.Object > AbstractPage > ReportServiceClient.ListReportsPage

Methods

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

protected ReportServiceClient.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.ads.admanager.v1.ListReportsResponse
Returns
Type Description
ReportServiceClient.ListReportsPage
Overrides

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

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