[[["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 various versions of the `PagedListDescriptor` interface, with version 2.63.1 being the most current."],["The `PagedListDescriptor` interface is used by code generation and designed to extract data from requests and inject data into requests for page streaming purposes."],["The `PagedListDescriptor` interface defines methods for managing page tokens and page size, along with extracting resources from responses, including `emptyToken()`, `extractNextToken(ResponseT payload)`, `extractPageSize(RequestT payload)`, `extractResources(ResponseT payload)`, `injectPageSize(RequestT payload, int pageSize)`, and `injectToken(RequestT payload, String token)`."],["The `PagedListDescriptor` interface includes type parameters for `RequestT`, `ResponseT`, and `ResourceT`, which are used to specify the types of the request, response, and resource objects."],["Each previous version of the `PagedListDescriptor` is provided as a link in this documentation, with version 2.61.0 being the current view."]]],[]]