[[["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."],[[["This webpage provides documentation for the `PagedListDescriptor` interface, used for managing paged data in Google API client libraries for Java."],["The latest version of the `PagedListDescriptor` documentation available is version 2.63.1, with a variety of previous versions, starting from 2.41.0 and going back to 2.7.1."],["The `PagedListDescriptor` interface includes methods for extracting data such as page tokens, page size, and resources from responses, as well as injecting page size and tokens into requests."],["The interface supports generic types `RequestT`, `ResponseT`, and `ResourceT` to provide flexibility for different types of requests, responses, and resources."],["The provided methods offer all necessary functionality for page streaming such as `emptyToken()`, `extractNextToken(ResponseT payload)`, `extractPageSize(RequestT payload)`, `extractResources(ResponseT payload)`, `injectPageSize(RequestT payload, int pageSize)`, and `injectToken(RequestT payload, String token)`."]]],[]]