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."],[[["The webpage provides documentation for `FlowControlEventStats.FlowControlEvent`, a class within the Google API client library for Java, specifically related to flow control in batching operations."],["The latest version documented is 2.63.1, and the page lists all versions going back to 2.7.1 with their respective documentation links."],["`FlowControlEvent` records the duration of throttling when `LimitExceededBehavior` is set to block, or throws an exception if it is set to `LimitExceededBehavior#ThrowException`."],["The `FlowControlEvent` class implements the `Comparable` interface, providing a `compareTo` method for comparing instances of `FlowControlEvent`."],["The page provides methods to retrieve information regarding the timestamp, the exception and the throttled time, via `getTimestampMs()`, `getException()`, and `getThrottledTime()` respectively."]]],[]]