public static class ReportServiceClient.FetchReportResultRowsPage extends AbstractPage<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Report.DataTable.Row,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)
Parameters | |
---|---|
Name | Description |
context |
PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Row> |
response |
FetchReportResultRowsResponse |
Returns | |
---|---|
Type | Description |
ReportServiceClient.FetchReportResultRowsPage |
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)
Parameters | |
---|---|
Name | Description |
context |
PageContext<FetchReportResultRowsRequest,FetchReportResultRowsResponse,Row> |
futureResponse |
ApiFuture<FetchReportResultRowsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<FetchReportResultRowsPage> |