[[["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."],[[["This webpage provides documentation for the `BatchEntry` class within the Google API Client Library for Java, covering versions from 2.7.1 up to the latest 2.63.1."],["The `BatchEntry` class is an abstract class designed to hold an element and its corresponding unresolved future, which gets resolved when a batch operation succeeds or fails."],["It includes a static `create` method for generating a new `BatchEntry`, taking the element and a `SettableApiFuture` as parameters."],["The class offers methods `getElement()` to retrieve the element and `getResultFuture()` to access the `SettableApiFuture` associated with the element."],["The webpage lists inherited members from the `java.lang.Object` class, along with the type parameters `ElementT` and `ElementResultT` that it uses."]]],[]]