Class ReportServiceClient.FetchReportResultRowsPage (0.54.0)

public static class ReportServiceClient.FetchReportResultRowsPage extends AbstractPage<FetchReportResultRowsRequest,FetchReportResultRowsResponse,ReportDataTable.Row,ReportServiceClient.FetchReportResultRowsPage>

Inheritance

java.lang.Object > AbstractPage > ReportServiceClient.FetchReportResultRowsPage

Methods

createPage(@Nullable PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,ReportDataTable.Row> context, @Nullable FetchReportResultRowsResponse response)

protected ReportServiceClient.FetchReportResultRowsPage createPage(@Nullable PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,ReportDataTable.Row> context, @Nullable FetchReportResultRowsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Row>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.FetchReportResultRowsResponse
Returns
Type Description
ReportServiceClient.FetchReportResultRowsPage
Overrides

createPageAsync(@Nullable PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,ReportDataTable.Row> context, ApiFuture<FetchReportResultRowsResponse> futureResponse)

public ApiFuture<ReportServiceClient.FetchReportResultRowsPage> createPageAsync(@Nullable PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,ReportDataTable.Row> context, ApiFuture<FetchReportResultRowsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Row>
futureResponse ApiFuture<FetchReportResultRowsResponse>
Returns
Type Description
ApiFuture<FetchReportResultRowsPage>
Overrides