[[["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 Libraries for Java, covering multiple versions from 2.7.1 up to the latest, 2.63.1."],["The `BatchEntry` class is an abstract class that holds an element and its corresponding unresolved future, designed for batch processing where the future is resolved upon the success or failure of a batch."],["`BatchEntry` inherits from `java.lang.Object`, including inherited methods such as `clone()`, `equals()`, and `toString()`, and requires two type parameters, `ElementT` and `ElementResultT`."],["A static `create` method is provided to construct new `BatchEntry` instances, taking an element and a `SettableApiFuture` as parameters, which returns a `BatchEntry` object."],["The `getElement()` and `getResultFuture()` methods allow users to retrieve the element and its associated `SettableApiFuture`, respectively."]]],[]]