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 details the `FlowControlEventStats.FlowControlEvent` class, a component of the Google API Client Library for Java, with version 2.63.1 being the latest."],["`FlowControlEventStats.FlowControlEvent` records throttled time when `LimitExceededBehavior` is set to `LimitExceededBehavior#Block`, or it records an exception when set to `LimitExceededBehavior#ThrowException`."],["The class implements the `Comparable` interface, allowing instances of `FlowControlEventStats.FlowControlEvent` to be compared with each other."],["Key methods include `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs`, providing functionality to compare events, retrieve exceptions, get throttled time in a specified time unit, and get the timestamp in milliseconds, respectively."],["The webpage lists various versions of the java documentation for `FlowControlEvent`, with links to each version's detailed information."]]],[]]