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"]],[["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."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eBatchingSettings.Builder\u003c/code\u003e class in the Google API Client Library for Java (gax), with the most recent version being 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003eThe page includes an extensive list of versioned documentation links for the \u003ccode\u003eBatchingSettings.Builder\u003c/code\u003e class, ranging from the latest version down to version 2.7.1, enabling access to different iterations of the class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchingSettings.Builder\u003c/code\u003e class, which inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, allows users to build \u003ccode\u003eBatchingSettings\u003c/code\u003e objects and configure batching behavior through methods such as setting delay, element count, and byte thresholds.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a method \u003ccode\u003esetDelayThresholdDuration\u003c/code\u003e to determine the batching delay, a method to set the \u003ccode\u003eelementCountThreshold\u003c/code\u003e to determine the number of accumulated elements before the batch is sent, and a method \u003ccode\u003esetRequestByteThreshold\u003c/code\u003e to determine the total bytes accumulated before a batch is sent.\u003c/p\u003e\n"],["\u003cp\u003eIt is possible to disable the batch logic altogether and call the API directly by using the \u003ccode\u003esetIsEnabled\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,[]]