[[["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 `FlowController` class provides flow control capabilities and is a part of the `com.google.api.gax.batching` package, with version 2.63.1 being the latest and version 2.47.0 being the current displayed version."],["`FlowController` has two constructors that take either `DynamicFlowControlSettings` or `FlowControlSettings` as parameters, but these are intended for internal use."],["Methods like `decreaseThresholds` and `increaseThresholds` are used to adjust flow control limits, while methods like `reserve` and `release` manage element and byte reservations, however, these are meant for internal use."],["Several methods are available to get information about the current, maximum, and minimum limits, such as `getCurrentElementCountLimit`, `getMaxElementCountLimit`, `getMinElementCountLimit`, `getCurrentRequestBytesLimit`, `getMaxRequestBytesLimit`, and `getMinRequestBytesLimit`, in addition to being able to get event stats with `getFlowControlEventStats`."],["The `FlowController` class inherits several methods from the `Object` class, such as `clone`, `equals`, and `toString`, among others, indicating its foundation within the Java object hierarchy."]]],[]]