Optional. The maximum number of rows to return. The service may return
fewer than this value. If unspecified, at most 1,000 rows will be returned.
The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `FetchReportResultRowsRequestOrBuilder` interface within the Google Ad Manager Java library, offering various versions ranging from 0.1.0 to the latest 0.19.0."],["The `FetchReportResultRowsRequestOrBuilder` interface, which extends `MessageOrBuilder`, allows for fetching report results by specifying the report's name, using a format like `networks/{network_code}/reports/{report_id}/results/{report_result_id}`."],["Users can manage the retrieval of report rows using `getPageSize` to define the maximum number of rows per request, capped at 10,000, and `getPageToken` to handle pagination for fetching subsequent batches of rows."],["There are multiple methods available for handling the `name` and `pageToken` fields of the report result, such as `getName`, `getNameBytes`, `getPageToken` and `getPageTokenBytes`, allowing for access to string and ByteString representations of this data."]]],[]]