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-09 UTC."],[[["The webpage provides documentation for `FlowControlEventStats.FlowControlEvent`, a class used to record flow control events in the Google API client library for Java, with the latest version being 2.63.1."],["The `FlowControlEvent` class implements the `Comparable` interface, allowing instances to be compared to one another, which is achieved through the use of the `compareTo` method."],["`FlowControlEvent` can capture and store information about either a `FlowControlException` or a throttled time period, in milliseconds, if the `LimitExceededBehavior` is set to `Block`, which is accessible through the `getException()` and `getThrottledTime()` methods, respectively."],["The `getTimestampMs()` method is provided to obtain the timestamp, in milliseconds, of when a flow control event occurred."],["The documentation lists numerous previous versions of `FlowControlEventStats.FlowControlEvent`, dating back to version 2.7.1, providing an archive of past updates and API changes."]]],[]]