Represent the resource used by a batch including element and byte. It can also be extended to
other things to determine if adding a new element needs to be flow controlled or if the current
batch needs to be flushed.
[[["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-02 UTC."],[[["This webpage provides documentation for the `BatchResource` interface within the Google API Client Libraries for Java (gax) library, spanning multiple versions from 2.7.1 to the latest release, 2.63.1."],["The `BatchResource` interface represents a resource used by a batch, including element and byte counts, and can be extended to determine batch flow control and flush conditions."],["Key methods of the `BatchResource` interface include `add(BatchResource resource)` for adding resources, `getByteCount()` to retrieve the byte count, and `getElementCount()` to get the element count of the batch."],["The `shouldFlush(long maxElementThreshold, long maxBytesThreshold)` method allows developers to check if a `BatchResource` needs to be flushed based on the specified thresholds for elements and bytes."],["The current version being documented is 2.52.0, where the links below it lead to other versions, with the latest version available at 2.63.1."]]],[]]