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"]],[["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-03-21 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."]]],[]]