[[["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-09 UTC."],[[["This webpage provides documentation for the `FlowController` class, which is used for managing flow control in the `com.google.api.gax.batching` package within the Google Cloud Java client library."],["The `FlowController` class offers methods to reserve, release, increase, and decrease flow control thresholds based on elements and bytes, as well as retrieve current, maximum, and minimum element and request byte limits."],["It features two constructors: `FlowController(DynamicFlowControlSettings settings)` and `FlowController(FlowControlSettings settings)`, both of which take settings objects to configure the flow control behavior."],["The class includes a variety of methods, such as `getCurrentElementCountLimit()`, `getCurrentRequestBytesLimit()`, `getFlowControlEventStats()`, `increaseThresholds(long elementSteps, long byteSteps)`, and `release(long elements, long bytes)`, among others, for managing and monitoring flow control."],["This documentation shows a history of all the previous versions, allowing users to choose the version needed."]]],[]]