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-02 UTC."],[[["The latest version of the BatchingSettings.Builder is 2.63.1, and it provides a way to configure batching behavior for API calls."],["This document provides a list of BatchingSettings.Builder versions, ranging from 2.63.1 down to 2.7.1, with each version linking to its respective documentation."],["BatchingSettings.Builder allows configuring thresholds for delay, element count, and request bytes to determine when to send a batch."],["Flow control settings can be set using `setFlowControlSettings`, and batching can be enabled or disabled with `setIsEnabled`."],["The `build()` method is used to construct the final BatchingSettings object based on the configured settings."]]],[]]