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."],[[["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."]]],[]]