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-02 UTC."],[[["This page provides documentation for `BatchingThresholds`, a class within the Google API Client Libraries for Java that offers factory methods for defining batching thresholds."],["The latest version documented is 2.63.1, and the page lists available documentation for various versions, ranging from 2.63.1 down to 2.7.1."],["The `BatchingThresholds` class inherits from `java.lang.Object` and includes methods like `clone()`, `equals()`, `hashCode()`, among others."],["The primary static method presented is `\u003cE\u003ecreate(long elementThreshold)`, which generates an `ImmutableList` containing a single threshold to manage element counts."],["The document also defines the basic constructor, `public BatchingThresholds()`, which is used to create a `BatchingThresholds` instance."]]],[]]