Class ReportServiceClient.FetchReportResultRowsPage (0.17.0)

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

Inheritance

java.lang.Object > AbstractPage > ReportServiceClient.FetchReportResultRowsPage

Methods

createPage(PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Report.DataTable.Row> context, FetchReportResultRowsResponse response)

protected ReportServiceClient.FetchReportResultRowsPage createPage(PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Report.DataTable.Row> context, FetchReportResultRowsResponse response)
Overrides

createPageAsync(PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Report.DataTable.Row> context, ApiFuture<FetchReportResultRowsResponse> futureResponse)

public ApiFuture<ReportServiceClient.FetchReportResultRowsPage> createPageAsync(PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Report.DataTable.Row> context, ApiFuture<FetchReportResultRowsResponse> futureResponse)
Returns
Type Description
ApiFuture<FetchReportResultRowsPage>
Overrides