[[["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-01 UTC."],[[["The latest version available for `BatchEntry` is 2.63.1, with numerous other versions listed, down to version 2.7.1."],["`BatchEntry` is an abstract class designed to hold an element and its corresponding unresolved future, which is resolved when a batch operation succeeds or fails."],["The `BatchEntry` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `hashCode()`."],["The static method `create(ElementT element, SettableApiFuture\u003cElementResultT\u003e resultFuture)` is available to create a new `BatchEntry` object, and this method requires an element and resultFuture."],["The class provides two abstract methods: `getElement()`, to retrieve the stored element, and `getResultFuture()`, to access the `SettableApiFuture` associated with the element's result."]]],[]]