[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]