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."],[[["The webpage provides documentation for `BatchingThresholds` in the `com.google.api.gax.batching` package, specifically within the context of the Google API Client Libraries for Java."],["Version 2.63.1 is the latest release, and the page contains links to documentation for versions ranging from 2.63.1 down to 2.7.1."],["`BatchingThresholds` is a final class with factory methods for defining general-purpose batching thresholds, and it inherits from `java.lang.Object`, using a list of BatchingThresholds."],["The `create(long elementThreshold)` static method produces an `ImmutableList` for simple cases where element count is the only applicable threshold."],["The page lists the inherited members of the `Object` class, such as `clone()`, `equals()`, `hashCode()`, etc.as well as detailing the `BatchingThresholds()` constructor."]]],[]]