[[["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 specialized `ApiFuture` in Java designed for setting results explicitly."],["`SettableApiFuture` is similar to Guava's `SettableFuture` but has been redeclared to ensure compatibility when using shaded versions of Guava."],["The `SettableApiFuture` class extends `AbstractApiFuture`, inheriting methods such as `addListener`, `cancel`, `get`, and others."],["The class provides static and instance methods, including a `create()` method and methods to set the value or exception of the future, `set(V value)` and `setException(Throwable throwable)` respectively."],["The webpage contains documentation for a range of versions of the com.google.api.core.SettableApiFuture class, starting from version 2.1.2 up to the latest 2.46.1."]]],[]]