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-06-17 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 `FlowControlEvent` class implements the `Comparable` interface, allowing instances to be compared with each other, and it tracks either throttled time or exceptions that occur during flow control."],["It inherits various methods from the `Object` class, such as `clone`, `equals`, `hashCode`, and others, and has its own public methods `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs` for further use."],["The page provides the documentation of the `FlowControlEvent` class across numerous versions, ranging from version 2.63.1 (latest) down to 2.7.1."]]],[]]