[[["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 `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."]]],[]]