[[["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."],[[["This webpage provides documentation for the `ThresholdBatcher.Builder` class in the `com.google.api.gax.batching` package, with version 2.63.1 being the latest release and many prior versions listed."],["The `ThresholdBatcher.Builder` class is used to build a `ThresholdBatcher`, allowing for the configuration of parameters such as `BatchMerger`, `ScheduledExecutorService`, `BatchingFlowController`, and batching thresholds."],["The `build()` method is used to construct a `ThresholdBatcher` object, and it returns a `ThresholdBatcher` of generic type E."],["Methods like `setBatchMerger`, `setExecutor`, `setFlowController`, `setMaxDelayDuration`, `setReceiver`, and `setThresholds` enable the customization of the `ThresholdBatcher`'s behavior and configuration."],["The method `setMaxDelay` is now obsolete and replaced with `setMaxDelayDuration`, which allows to set the maximum duration a batch can exist, based on when the first item was added."]]],[]]