[[["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-09 UTC."],[[["This webpage provides documentation for the `ApiFutureCallback` interface within the Google API Common library for Java."],["The `ApiFutureCallback` interface, similar to Guava's `FutureCallback`, is designed to handle the results of an `ApiFuture`."],["The content details the available versions of `ApiFutureCallback`, ranging from the latest version 2.46.1 down to version 2.1.2, as well as containing version 2.36.0's documentation."],["The `ApiFutureCallback` interface has two methods: `onFailure(Throwable t)` which is called if the operation fails, and `onSuccess(V result)` which is called on successful operations."],["This documentation is meant to serve as a reference to the different versions of `ApiFutureCallback` and its methods."]]],[]]