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