[[["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-04-09 UTC."],[[["This webpage provides documentation for the `BatchEntry` class in the Google Cloud API client library for Java (gax), with the latest version being 2.63.1."],["The `BatchEntry` class is an abstract class designed to hold an element and its corresponding future result, which will be resolved when a batch operation is completed."],["The class includes a static method, `create`, used to create a new `BatchEntry` instance and requires both an element and a `SettableApiFuture` as parameters."],["`BatchEntry` provides methods `getElement()` to retrieve the element and `getResultFuture()` to retrieve the `SettableApiFuture` associated with that element's result."],["The `BatchEntry` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `toString()`, and the documentation covers versions ranging from 2.7.1 to 2.63.1."]]],[]]