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-07-02 UTC."],[[["This webpage details the `FlowControlEventStats.FlowControlEvent` class, a component of the Google API Client Library for Java, specifically within the `gax` package."],["The `FlowControlEventStats.FlowControlEvent` class records flow control events, either the amount of time throttled or the exception encountered if a `LimitExceededBehavior` is set, and it is designed to be comparable."],["The latest version covered is 2.63.1, with a list of previous versions back to 2.7.1 available for reference."],["The class includes methods such as `compareTo()`, `getException()`, `getThrottledTime()`, and `getTimestampMs()`, each serving to handle different aspects of flow control data."],["This class implements the `Comparable` interface, allowing for custom sorting and comparisons between different `FlowControlEvent` objects."]]],[]]