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