[[["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-07-01 UTC."],[[["This webpage details the `SettableApiFuture` class, which is an `ApiFuture` whose result can be manually set, similar in function to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits members like `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, `set`, and `setException`."],["The latest version of `SettableApiFuture` is 2.46.1, and the webpage lists available documentation for numerous previous versions, going back to version 2.1.2."],["`SettableApiFuture` includes two primary methods, `set(V value)` for setting a value and `setException(Throwable throwable)` for setting an exception, and it also contains a static method `create()` for constructing a `SettableApiFuture` instance."],["`SettableApiFuture` is part of the `com.google.api.core` package and is designed to facilitate working with asynchronous operations in Java."]]],[]]