[[["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."],[[["The `FlowController` class provides flow control capabilities and is a part of the `com.google.api.gax.batching` package."],["This class has two constructors, one accepting `DynamicFlowControlSettings` and the other `FlowControlSettings`, allowing for customized flow control configurations."],["Several methods, including `decreaseThresholds`, `increaseThresholds`, `release`, and `reserve`, manage flow control limits, but most of these are for internal use only and not stable for application use."],["The `FlowController` can control the number of elements and bytes in requests by methods such as `getCurrentElementCountLimit`, `getCurrentRequestBytesLimit`, `getMaxElementCountLimit`, `getMaxRequestBytesLimit`, `getMinElementCountLimit` and `getMinRequestBytesLimit` which allow to get the current, max and minimum amount of elements and request bytes."],["The document lists a comprehensive set of versions of the `FlowController` class, ranging from version 2.7.1 all the way up to the latest, version 2.63.1, making it easy to navigate and see version history."]]],[]]