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-07 UTC."],[[["The latest version of the `FetchReportResultRowsRequestOrBuilder` is 0.19.0, with numerous previous versions also available for reference, ranging back to 0.1.0."],["`FetchReportResultRowsRequestOrBuilder` is an interface that implements `MessageOrBuilder`, and it's designed to fetch rows from a report result using various methods."],["The `getName()` method retrieves the report result being fetched in a specified format, whereas the `getNameBytes()` method gets the bytes for the name."],["The `getPageSize()` method allows setting the maximum number of rows to be returned, which defaults to 1,000 if unspecified and has a cap at 10,000."],["The `getPageToken()` and `getPageTokenBytes()` methods are used to retrieve subsequent batches of rows, which is achieved by providing a page token obtained from a previous call."]]],[]]