[[["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 webpage provides documentation for the `PagedListDescriptor` interface in the Google API Client Library for Java (GAX), spanning versions from 2.7.1 to the latest 2.63.1."],["`PagedListDescriptor` is designed to aid in the extraction and injection of data for page streaming within API requests and responses."],["The interface has six methods, `emptyToken()`, `extractNextToken()`, `extractPageSize()`, `extractResources()`, `injectPageSize()`, and `injectToken()`, each serving a distinct purpose in managing paged data."],["The `extractResources()` method returns an iterable collection of type `ResourceT` that represents resources from a provided `ResponseT` payload."],["The `injectPageSize` and `injectToken` methods allow for the modification of a request (`RequestT`) payload, setting the page size or page token, respectively."]]],[]]