[[["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-08-15 UTC."],[[["The latest version of `SettableApiFuture` is 2.46.1, and this class is part of the `com.google.api.core` package."],["`SettableApiFuture` is a Java class that extends `AbstractApiFuture` and allows for setting the result of an `ApiFuture`."],["`SettableApiFuture` provides `set(V value)` and `setException(Throwable throwable)` methods to set a value or exception respectively, with boolean return values to indicate success."],["The static method `create()` is available to instantiate a `SettableApiFuture` object."],["`SettableApiFuture` is designed to be similar to Guava's `SettableFuture`, but is re-declared for shading Guava."]]],[]]