gRPC-based APIs use an empty string as a "no page token", whereas REST-based APIs
use a null reference instead. The value here will be consistent with the value returned
by the API itself.
[[["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."],[[["\u003cp\u003eVersion 3.2.0 of the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e library includes the \u003ccode\u003ePage<TResource>\u003c/code\u003e class, which represents a page of resources that may have fewer results than requested if no further data is available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePage<TResource>\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements the \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e interfaces, enabling it to be used in \u003ccode\u003eforeach\u003c/code\u003e loops and other iteration scenarios.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePage<TResource>\u003c/code\u003e class has a constructor that accepts an \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e of resources and a \u003ccode\u003estring\u003c/code\u003e representing the next page token, which is used to fetch subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property provides the token to retrieve the next page of resources, with the distinction that gRPC APIs return an empty string for no token, while REST APIs return a null reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003ePage<TResource>\u003c/code\u003e exposes methods \u003ccode\u003eGetEnumerator()\u003c/code\u003e to facilitate the enumeration of resources within the page, catering to both generic and non-generic enumeration requirements.\u003c/p\u003e\n"]]],[],null,[]]