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