A flow control event. Record throttled time if LimitExceededBehavior is LimitExceededBehavior#Block, or the exception if the behavior is LimitExceededBehavior#ThrowException.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This page details the `FlowControlEventStats.FlowControlEvent` class, a crucial component for managing flow control within the Google API client library for Java, specifically within batching operations."],["The `FlowControlEvent` class, which implements the `Comparable` interface, is used to record throttled time when `LimitExceededBehavior` is set to `Block` or the exception if the behavior is set to `ThrowException`."],["The `compareTo` method allows for the comparison of two `FlowControlEvent` objects, with `otherEvent` being the `FlowControlEventStats.FlowControlEvent` to compare to."],["The class offers methods such as `getException`, `getThrottledTime`, and `getTimestampMs` to retrieve specific data related to the flow control event, like the exception, the throttled duration given a time unit, or the timestamp in milliseconds, respectively."],["The page provides the documentation for the `FlowControlEvent` class across different versions of the library, ranging from version 2.63.1 (latest) down to version 2.7.1."]]],[]]