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 `FlowControlEventStats.FlowControlEvent`, a class in the Google API client library for Java, specifically for handling flow control in batching operations."],["The latest version documented on this page is 2.63.1, and the page offers links to documentation for numerous previous versions dating back to 2.7.1."],["`FlowControlEventStats.FlowControlEvent` records information about flow control events, such as throttled time or exceptions, depending on the `LimitExceededBehavior`."],["The `FlowControlEventStats.FlowControlEvent` class implements the `Comparable` interface, allowing instances to be compared, and includes methods like `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs` for retrieving event details."],["The class inherits methods from `java.lang.Object`, such as `equals`, `hashCode`, and `toString`, as well as other methods to allow for a deeper interaction with the class."]]],[]]