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."],[[["This webpage provides documentation for the `BatchingSettings.Builder` class within the `com.google.api.gax.batching` package, with version 2.63.1 being the latest release and many prior versions listed."],["The `BatchingSettings.Builder` class is used to construct `BatchingSettings` objects, which define how elements are grouped into batches for processing."],["Key methods of `BatchingSettings.Builder` allow setting thresholds for batching, such as `setDelayThreshold` (time), `setElementCountThreshold` (number of elements), and `setRequestByteThreshold` (total bytes)."],["Other methods available on the builder include setting the `flowControlSettings`, `setIsEnabled` to enable or disable batching and `build` to construct the settings object."],["The page includes details on the inheritance and members of the `BatchingSettings.Builder` class, including inherited methods from `java.lang.Object`."]]],[]]