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."],[[["The latest version of the `BatchResource` is 2.63.1, and a range of previous versions are also available for reference, spanning down to version 2.7.1."],["`BatchResource` is an interface that represents a resource used by a batch, including element and byte counts, which can also be extended."],["The `add(BatchResource resource)` method allows for the addition of an extra resource to the `BatchResource`."],["The `getByteCount()` and `getElementCount()` methods return the respective byte and element counts of the resource."],["The `shouldFlush(long maxElementThreshold, long maxBytesThreshold)` method determines if a `BatchResource` needs to be flushed based on the provided element and byte thresholds."]]],[]]