[[["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-08 UTC."],[[["The latest version of the `PagedListDescriptor` is 2.63.1, and this document provides access to the various previous versions, ranging down to version 2.7.1."],["`PagedListDescriptor` is an interface designed for use in generated code that provides functionality for extracting and injecting data related to page streaming in requests."],["The interface includes methods to handle page tokens, such as `emptyToken()`, `extractNextToken(ResponseT payload)`, and `injectToken(RequestT payload, String token)`, and to handle page sizes, such as `extractPageSize(RequestT payload)` and `injectPageSize(RequestT payload, int pageSize)`."],["`extractResources(ResponseT payload)` is implemented to extract an iterable of resources from a given response, and it will return an iterable of type ResourceT."],["`RequestT`, `ResponseT`, and `ResourceT` are type parameters used in the `PagedListDescriptor` interface."]]],[]]