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-09-04 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eBatchResource\u003c/code\u003e interface within the Google API Client Libraries for Java (gax) library, spanning versions from 2.7.1 up to the latest release, 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchResource\u003c/code\u003e interface represents a resource used by a batch, including element and byte counts, and is designed to determine if new elements require flow control or if the current batch needs to be flushed.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines three primary methods: \u003ccode\u003eadd(BatchResource resource)\u003c/code\u003e for adding additional resources, \u003ccode\u003egetByteCount()\u003c/code\u003e to retrieve the byte count, and \u003ccode\u003egetElementCount()\u003c/code\u003e to get the element count.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldFlush(long maxElementThreshold, long maxBytesThreshold)\u003c/code\u003e method checks if the \u003ccode\u003eBatchResource\u003c/code\u003e should be flushed based on specified thresholds for the maximum number of elements and bytes.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation for each version of \u003ccode\u003eBatchResource\u003c/code\u003e can be found by following the links, with the latest being version 2.63.1, and the current selected page being version 2.31.1.\u003c/p\u003e\n"]]],[],null,[]]