[[["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-09 UTC."],[[["This webpage provides documentation for the `BatchedFuture` class within the Google Cloud API Client Libraries for Java (gax), offering a range of versions from 2.63.1 down to 2.7.1."],["`BatchedFuture` is designed for use with batching operations and extends the `AbstractApiFuture` class, inheriting methods for managing asynchronous tasks such as `addListener`, `cancel`, `get`, `isDone`, `set` and `setException`."],["The `BatchedFuture` class includes a static `create()` method to get a new instance of `BatchedFuture` and two methods, `set(ResponseT value)` and `setException(Throwable throwable)` which both return a boolean."],["The class is of the type `\u003cResponseT\u003e`, and it's public for technical reasons, intended for advanced usage, providing functionality for managing responses and exceptions."],["The documentation lists various inherited members from `AbstractApiFuture` and `java.lang.Object`, highlighting the capabilities for adding listeners, canceling tasks, managing task completion and handling exceptions."]]],[]]