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-04-09 UTC."],[[["This webpage provides documentation for the `FetchReportResultRowsRequestOrBuilder` interface, specifically within the context of Google Ad Manager's Java API."],["The `FetchReportResultRowsRequestOrBuilder` interface allows you to fetch report result rows, and it offers methods to get the report's name, control the number of returned rows, and manage pagination."],["The page includes links to different versions of the API, from 0.1.0 to the latest 0.19.0, along with version 0.17.0 being highlighted."],["The method `getName()` retrieves the report result's name in the specified format: `networks/{network_code}/reports/{report_id}/results/{report_result_id}`."],["The method `getPageSize()` allows you to set the maximum number of rows to return, with a default of 1,000 and a maximum of 10,000, while `getPageToken()` and `getPageTokenBytes()` help manage fetching subsequent batches of rows."]]],[]]