[[["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 latest version available for `BatchEntry` is 2.63.1, with a history of versions dating back to 2.7.1."],["`BatchEntry` is an abstract class in the `com.google.api.gax.batching` package that holds an element and its corresponding future, to be resolved on batch success or failure."],["`BatchEntry` inherits from `java.lang.Object` and contains methods such as `getElement()` and `getResultFuture()`, as well as inherited members from `Object`."],["The `create` static method creates a new instance of a `BatchEntry` object, requiring an `element` of type ElementT and `resultFuture` of type `SettableApiFuture\u003cElementResultT\u003e` as parameters."],["The BatchEntry class uses two type parameters: ElementT, and ElementResultT."]]],[]]