[[["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-09 UTC."],[[["This webpage provides documentation for the `PagedListDescriptor` interface, used for managing page streaming in generated code."],["The `PagedListDescriptor` interface offers methods to extract and inject data related to page streaming within requests and responses, like page size and tokens."],["The available methods of the `PagedListDescriptor` include: `emptyToken()`, `extractNextToken(ResponseT payload)`, `extractPageSize(RequestT payload)`, `extractResources(ResponseT payload)`, `injectPageSize(RequestT payload, int pageSize)`, and `injectToken(RequestT payload, String token)`."],["This page lists the different versions of the `PagedListDescriptor` interface, ranging from version 2.63.1 (latest) down to 2.7.1."],["The interface has three type parameters: `RequestT`, `ResponseT`, and `ResourceT`, used for request type, response type and resource type respectively."]]],[]]