[[["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-17 UTC."],[[["This webpage details the `SettableApiFuture` class, a version of `ApiFuture` that allows for setting its result, similar in nature to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits members from it, enabling functionalities such as adding listeners, canceling, retrieving results, and managing the task's status."],["The webpage displays a list of `SettableApiFuture` versions, ranging from the latest 2.46.1 down to version 2.1.2, all of which include version-specific links to the class documentation."],["`SettableApiFuture` includes static method `\u003cV\u003ecreate()` for creation, and methods `set(V value)` and `setException(Throwable throwable)` to set the value or exception of the Future, respectively."]]],[]]