[[["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-03-21 UTC."],[[["This page provides documentation for the `BatchEntry` class in the Google API Client Library for Java, detailing its functionality for managing elements and their corresponding futures within batches."],["The latest version of `BatchEntry` is 2.63.1, and the page lists a comprehensive history of versions, ranging from 2.63.1 down to 2.7.1."],["`BatchEntry` is an abstract class that stores an element (`ElementT`) and its associated unresolved future (`SettableApiFuture\u003cElementResultT\u003e`), which is resolved upon batch success or failure."],["The `create` static method is used to generate a new `BatchEntry` object, which takes the element and `SettableApiFuture` as parameters."],["`BatchEntry` has two methods, `getElement()` and `getResultFuture()`, to access the element and its future respectively, along with the list of inherited methods from the `Object` superclass."]]],[]]