[[["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."],[[["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."]]],[]]