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-04-09 UTC."],[[["This document provides documentation for the `BatchingSettings.Builder` class within the Google API Client Libraries for Java, specifically in version 2.62.0."],["The latest version available is 2.63.1, and the document lists many of the available version links from 2.63.1 all the way to 2.7.1, which are accessible from the sidebar."],["`BatchingSettings.Builder` allows configuration of batching behavior, such as setting thresholds for delay, element count, and request byte size."],["The `BatchingSettings.Builder` class also allows for flow control settings, as well as setting whether or not the batch is enabled, and comes with a `build()` method to finalize the settings object."],["There is an obsolete method `setDelayThreshold` which users should now use the method `setDelayThresholdDuration` instead, and a link is provided to navigate to the new method."]]],[]]