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