[[["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 specialized `ApiFuture` that allows manual setting of its result, similar in concept to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits members related to managing asynchronous operations like adding listeners, cancellation, and getting results."],["The latest version available for `SettableApiFuture` is 2.46.1, and the page also provides a comprehensive list of prior versions, spanning from 2.45.0 to 2.1.2."],["`SettableApiFuture` offers static method `create()` to create a new instance and instance methods `set(V value)` and `setException(Throwable throwable)` for setting the value or an exception."],["The `SettableApiFuture` class has a type parameter `V` that is used to define the type of the result that can be set into the future."]]],[]]