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-04 UTC."],[[["The webpage provides documentation for `FlowControlEventStats.FlowControlEvent`, a class used to record flow control events in the Google API client library for Java (gax)."],["The latest version documented is 2.63.1, with a comprehensive list of versions ranging down to 2.7.1, allowing developers to access documentation relevant to their specific version."],["`FlowControlEventStats.FlowControlEvent` implements the `Comparable` interface and includes methods for comparing events, retrieving exceptions, obtaining throttled time, and accessing the event's timestamp in milliseconds."],["`FlowControlEvent` records throttled time if `LimitExceededBehavior` is set to `Block`, or it records the exception if the behavior is `ThrowException`."],["The class inherits several members from the Object class, such as `clone`, `equals`, `getClass`, `hashCode`, and others, and these can be accessed via a link to the object documentation page."]]],[]]