Set the delay threshold to use for batching. After this amount of time has elapsed (counting
from the first element added), the elements will be wrapped up in a batch and sent. This
value should not be set too high, usually on the order of milliseconds. Otherwise, calls
might appear to never complete.
[[["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-08-15 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, with a comprehensive list of previous versions also provided, ranging down to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThis page documents the \u003ccode\u003eBatchingSettings.Builder\u003c/code\u003e class, which is used to configure settings for batching operations in the Google API client library for Java (gax).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchingSettings.Builder\u003c/code\u003e class inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and provides methods for configuring batching thresholds based on time, element count, and request size.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods such as \u003ccode\u003esetDelayThresholdDuration\u003c/code\u003e, \u003ccode\u003esetElementCountThreshold\u003c/code\u003e, and \u003ccode\u003esetRequestByteThreshold\u003c/code\u003e to fine-tune the batching behavior based on different thresholds, alongside enabling or disabling the batch logic.\u003c/p\u003e\n"],["\u003cp\u003eThe class also allows the configuration of the flow control settings via the \u003ccode\u003esetFlowControlSettings\u003c/code\u003e method, and the \u003ccode\u003ebuild\u003c/code\u003e method creates a \u003ccode\u003eBatchingSettings\u003c/code\u003e object based on the configured settings.\u003c/p\u003e\n"]]],[],null,[]]