[[["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-03-21 UTC."],[[["The latest version of the `PagedListDescriptor` is 2.63.1, and this webpage provides access to documentation for versions ranging from 2.63.1 down to 2.7.1."],["`PagedListDescriptor` is an interface that offers functionalities for extracting and injecting data into requests, which is essential for page streaming."],["This interface defines abstract methods for managing page tokens, including retrieving empty tokens with `emptyToken()` and extracting the next token from responses with `extractNextToken(ResponseT payload)`."],["It also handles page size through the `extractPageSize(RequestT payload)` and `injectPageSize(RequestT payload, int pageSize)` methods, alongside the capability to extract resources with `extractResources(ResponseT payload)` and inject a token with `injectToken(RequestT payload, String token)`."],["The interface is designed for generated code and has several type parameters `RequestT`, `ResponseT`, `ResourceT`."]]],[]]