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 various versions of `FlowControlEventStats.FlowControlEvent`, a class in the Google API Client Library for Java, with the latest version being 2.63.1."],["`FlowControlEventStats.FlowControlEvent` records the throttled time if `LimitExceededBehavior` is `LimitExceededBehavior#Block`, or the exception if it is `LimitExceededBehavior#ThrowException`."],["The class implements the `Comparable` interface, allowing instances to be compared with each other, as can be seen with the method `compareTo(FlowControlEventStats.FlowControlEvent otherEvent)`."],["The class also allows access to the recorded exception with the `getException()` method, the throttled time in a specified unit with the `getThrottledTime(TimeUnit timeUnit)` method and to the timestamp of the event with the `getTimestampMs()` method."],["The available versions listed on the page span from 2.63.1 down to 2.7.1 allowing you to access older versions of documentation."]]],[]]