[[["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, specifically within the `com.google.api.gax.rpc` package for Java, across multiple versions ranging from 2.7.1 to the latest, 2.63.1."],["The `BatchedFuture` class is designed to be used with batching operations and extends the `AbstractApiFuture` class, inheriting its methods such as `addListener`, `cancel`, and `get`."],["The `BatchedFuture` class includes methods to set the result or exception of the future, via the `set(ResponseT value)` and `setException(Throwable throwable)` methods, and the static `create()` method allows the creation of new instances."],["The class `BatchedFuture` is a public class that extends `AbstractApiFuture` and is used to work with batching operations."],["The page allows users to access the Java documentation of all the past versions of `BatchedFuture` all the way back to version 2.7.1."]]],[]]