[[["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 `FlowControlSettings.Builder` class within the `com.google.api.gax.batching` package, specifically focusing on version 2.53.0 of the Java library."],["The `FlowControlSettings.Builder` class inherits from `java.lang.Object` and offers methods to manage flow control settings, as evidenced by inherited methods such as `clone()`, `equals(Object)`, and `getClass()`, among others."],["The `Builder()` constructor is used to create new instances of `FlowControlSettings.Builder`, and the `build()` method returns a configured `FlowControlSettings` object."],["Key methods include `setLimitExceededBehavior()`, `setMaxOutstandingElementCount()`, and `setMaxOutstandingRequestBytes()`, which allow users to configure the behavior when limits are exceeded, set the maximum number of outstanding elements, and define the maximum outstanding request bytes respectively, all returning a `FlowControlSettings.Builder` object."],["The documentation also includes references to all previous versions of the `FlowControlSettings.Builder`, starting from version 2.63.1 down to 2.7.1, with hyperlinks to the documentation of each version."]]],[]]