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 latest version available is 2.63.1, and this page details documentation for version 2.53.0 of `BatchingThresholds`."],["This documentation outlines factory methods for general-purpose batching thresholds within the `com.google.api.gax.batching` package, with `BatchingThresholds` inheriting from `java.lang.Object`."],["The `create(long elementThreshold)` method generates an `ImmutableList` with a single threshold, useful for cases where the element count is the only threshold."],["The parameter `elementThreshold` of type long is used by the `create()` method and determines the number of elements."],["The page lists the various versions of the `BatchingThresholds` class from version 2.23.3 to 2.63.1, and provides links to each version."]]],[]]