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-04-02 UTC."],[[["This webpage details the `FlowControlEventStats.FlowControlEvent` class, a component of the Google API Client Library for Java, specifically within the `com.google.api.gax.batching` package, across numerous versions."],["The `FlowControlEventStats.FlowControlEvent` class is used to represent and manage flow control events, recording either the duration of throttling if the behavior is `LimitExceededBehavior#Block` or the exception when `LimitExceededBehavior#ThrowException` is used."],["The class implements the `Comparable` interface, allowing instances to be compared to each other, as shown with the `compareTo` method."],["Key methods include `getException()` for retrieving the exception and `getThrottledTime()` for getting the duration of throttling, and `getTimestampMs()` for getting the timestamp of the event."],["The most recent version of this documentation is version 2.63.1, while the page lists available versions back to version 2.7.1."]]],[]]