[[["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, a version of `ApiFuture` that allows for setting its result, similar in function to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits members that manage listeners, cancellation, result retrieval, task interruption, and status checks."],["`SettableApiFuture` provides static method `create()` that instantiates the SettableApiFuture, and its own methods `set(V value)` and `setException(Throwable throwable)` to manually set the result or an exception."],["The page provides a comprehensive list of versions of `SettableApiFuture` ranging from version 2.1.2 to the latest 2.46.1, each with its respective link."]]],[]]