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 details the `FlowControlEventStats.FlowControlEvent` class, a component of the Google API Client Library for Java, with version 2.63.1 being the latest."],["The `FlowControlEvent` class, which implements the `Comparable` interface, records either the throttled time or the exception when flow control limits are exceeded."],["The webpage lists various versions of the `FlowControlEventStats.FlowControlEvent` class from 2.63.1 down to 2.7.1, showing its evolution."],["The class inherits properties and methods from `java.lang.Object`, including `clone`, `equals`, and `toString`, and implements the method `compareTo`, along with `getException`, `getThrottledTime`, and `getTimestampMs`."],["The `FlowControlEvent` class provides methods to retrieve the exception (`getException()`), the throttled time in a specified `TimeUnit` (`getThrottledTime(TimeUnit timeUnit)`), and the timestamp in milliseconds (`getTimestampMs()`)."]]],[]]