[[["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 page provides documentation for the `NumericThreshold` class, which is part of the Google API Client Library for Java (gax) and specifically used for batching operations."],["The `NumericThreshold` class, identified as `public final class NumericThreshold\u003cE\u003e`, implements the `BatchingThreshold\u003cE\u003e` interface and allows the accumulation of a count based on a provided `ElementCounter`."],["The `NumericThreshold` class offers methods such as `accumulate(E e)` to add elements to the threshold, `copyWithZeroedValue()` to make a copy with the accumulated value reset to zero, and `isThresholdReached()` to check if the threshold has been met."],["The documentation includes a version history of the `NumericThreshold` class, with version `2.63.1` as the latest release, and many previous versions listed, such as `2.62.0`, `2.61.0` and so on."],["The `NumericThreshold` class has a constructor that takes a `long` threshold value and an `ElementCounter\u003cE\u003e` extractor, where the threshold determines when an event can occur, and the extractor pulls a numeric value from an object."]]],[]]