[[["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 details the `SettableApiFuture` class, a type of `ApiFuture` in Java whose result can be manually set, similar to Guava's `SettableFuture`."],["The latest version documented is 2.46.1, with a list of past versions dating back to 2.1.2, providing access to the documentation for each version."],["`SettableApiFuture` inherits from `AbstractApiFuture`, which in turn inherits from `java.lang.Object`, and includes methods for managing the setting and retrieval of values and exceptions."],["The class provides static method `\u003cV\u003ecreate()` to create an instance, and methods such as `set(V value)` and `setException(Throwable throwable)` to control the state of the future."],["The documented class is part of the `com.google.api.core` package, and contains methods for managing asynchronous operations, such as adding listeners, canceling tasks, and retrieving results."]]],[]]