Creates an ImmutableList containing only a single threshold which counts the number of
elements. This is helpful for when using ThresholdBatcher for the simple case, when the element
count is the only threshold.
[[["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 webpage provides documentation for `BatchingThresholds` in the Google API Client Libraries for Java, specifically for version 2.37.0."],["The latest version available is 2.63.1, and the page lists links to documentation for several previous versions, dating back to 2.7.1, allowing users to access documentation for specific version requirements."],["`BatchingThresholds` is a class that offers factory methods for general-purpose batching thresholds in the Google API, and it's primary use is in cases where element counts are the only threshold used."],["The `create(long elementThreshold)` static method is provided to create an `ImmutableList` containing a single threshold, which counts the number of elements, offering a way to use `ThresholdBatcher` for simple element count-based batching."],["The documentation also includes details on the inheritance of the class from `java.lang.Object` and the inherited methods, such as `clone()`, `equals()`, and `hashCode()`, among others."]]],[]]