[[["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."],[[["This webpage provides documentation for the `FlowController` class in the Google API Client Libraries for Java, which offers flow control capabilities."],["The latest version of `FlowController` documented is 2.63.1, and the page also lists documentation for a history of previous versions all the way back to version 2.7.1."],["`FlowController` allows you to manage flow control limits by both increasing and decreasing thresholds for elements and bytes using the `increaseThresholds` and `decreaseThresholds` methods, respectively."],["The `FlowController` class has methods to view the current, maximum and minimum limits, as well as stats, with `getCurrentElementCountLimit`, `getCurrentRequestBytesLimit`, `getMaxElementCountLimit`, `getMaxRequestBytesLimit`, `getMinElementCountLimit`, `getMinRequestBytesLimit`, and `getFlowControlEventStats`."],["The `reserve` and `release` methods of `FlowController` are provided to allow reservation and release of resources that are constrained by `elements` and `bytes`."]]],[]]