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 webpage provides documentation for `FlowControlEventStats.FlowControlEvent`, a class that records flow control events within the Google API Client Library for Java."],["The `FlowControlEvent` class implements the `Comparable` interface, allowing for comparison between different flow control events."],["The `FlowControlEvent` records throttled time when `LimitExceededBehavior` is set to `Block`, or stores the exception when the behavior is `ThrowException`."],["The class includes methods to retrieve the exception (`getException()`), get throttled time (`getThrottledTime()`), get timestamp (`getTimestampMs()`) and compare with other events (`compareTo()`)."],["The page contains documentation and references for versions ranging from 2.7.1 up to the latest version, 2.63.1, of the `FlowControlEventStats.FlowControlEvent` class."]]],[]]