[[["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-02 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."]]],[]]