[[["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-15 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."]]],[]]