[[["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-08-15 UTC."],[[["This webpage provides documentation for the `BatchedFuture` class in the Google API Client Library for Java, with the latest version being 2.63.1."],["The `BatchedFuture` class is a specialized `ApiFuture` designed for use in batching operations, and it extends the `AbstractApiFuture` class."],["The `BatchedFuture` class has a public `create()` static method to obtain a new instance, which returns an object of the type `BatchedFuture\u003cT\u003e`."],["It allows users to set a value or an exception using the `set(ResponseT value)` and `setException(Throwable throwable)` methods, respectively."],["The `BatchedFuture` class includes inherited methods from `AbstractApiFuture` like `get()`, `cancel()`, `isDone()`, and others which are part of its core functionality."]]],[]]