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 Cloud API Client Libraries for Java."],["The `FlowControlEvent` class records flow control events, specifically when time is throttled due to `LimitExceededBehavior` being set to `Block`, or when an exception is thrown if the behavior is set to `ThrowException`."],["The `FlowControlEvent` class implements the `Comparable` interface, enabling comparison between `FlowControlEventStats.FlowControlEvent` instances."],["Methods within the `FlowControlEvent` class include `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs`, providing functionalities to compare events, retrieve exceptions, get throttled time, and access the timestamp."],["This page provides access to the documentation for multiple versions, going from 2.63.1 (latest), to version 2.7.1 of the `FlowControlEvent` class."]]],[]]