[[["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."],[[["The `BatchEntry` class in the `com.google.api.gax.batching` package holds an element and its corresponding future, which will resolve upon batch success or failure."],["This class has been implemented in multiple versions of the library, with the latest being 2.63.1, and it extends from `java.lang.Object`."],["A new `BatchEntry` can be created using the static method `create`, which requires an element and a `SettableApiFuture` as parameters."],["The abstract methods `getElement()` and `getResultFuture()` allow retrieval of the stored element and its associated `SettableApiFuture`, respectively."],["There is also an empty constructor, `BatchEntry()`, that is available for use in the `BatchEntry` class."]]],[]]