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-01 UTC."],[[["This webpage details the `FlowControlEventStats.FlowControlEvent` class, a component of the Google API Client Library for Java, with the latest version documented being 2.63.1."],["The `FlowControlEventStats.FlowControlEvent` class is designed to record flow control events, specifically tracking either throttled time or exceptions, depending on the configured `LimitExceededBehavior`."],["This class implements the `Comparable` interface, enabling the comparison of `FlowControlEventStats.FlowControlEvent` instances using the `compareTo` method."],["The class provides methods like `getException`, `getThrottledTime`, and `getTimestampMs` to retrieve specific information about a recorded flow control event, such as the exception, throttled time and timestamp respectively."],["The documentation includes a comprehensive list of previous versions of the library, spanning from version 2.63.1 down to 2.7.1, allowing developers to reference specific releases."]]],[]]