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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `FetchReportResultRowsRequestOrBuilder` interface, a part of the Google Ad Manager API, with version history ranging from 0.1.0 to the latest 0.19.0."],["The `FetchReportResultRowsRequestOrBuilder` interface extends `MessageOrBuilder` and is used to fetch report results, as seen by methods like `getName()` and `getNameBytes()`."],["Users can control the number of rows returned by setting the `pageSize` parameter, which has a default of 1,000 and a maximum of 10,000."],["The interface also supports pagination through the use of a `pageToken`, which is obtained from previous `FetchReportResultRows` calls, allowing for retrieval of subsequent row batches."],["The methods `getPageTokenBytes()` and `getNameBytes()` provide the byte representation for `pageToken` and `name`, respectively."]]],[]]