[[["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."],[[["The `SettableApiFuture` class is a version of `ApiFuture` whose result can be set manually, similar to Guava's `SettableFuture`."],["The latest version of `SettableApiFuture` is 2.46.1, and there are various older versions available, starting from version 2.1.2."],["`SettableApiFuture` inherits from `AbstractApiFuture`, extending its functionality by including the capability to set a value or an exception."],["The `create()` method is available as a static method to return a new instance of `SettableApiFuture`, and the class also has the methods `set(V value)` and `setException(Throwable throwable)` to set the state of the object."]]],[]]