[[["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-03-21 UTC."],[[["This webpage provides documentation for the `FlowControlSettings.Builder` class within the `com.google.api.gax.batching` package, specifically focusing on version 2.43.0 of the Java library and onward."],["The `FlowControlSettings.Builder` class inherits from `java.lang.Object`, and its methods include `build()`, `setLimitExceededBehavior()`, `setMaxOutstandingElementCount()`, and `setMaxOutstandingRequestBytes()`."],["The latest version available is 2.63.1, and the documentation includes a comprehensive list of versions for `FlowControlSettings.Builder`, dating back to version 2.7.1."],["`setLimitExceededBehavior` allows you to set the `FlowController.LimitExceededBehavior`, and both `setMaxOutstandingElementCount` and `setMaxOutstandingRequestBytes` take a `Long` as an argument to configure batching behavior."],["The `build` method will return the settings for `FlowControlSettings`."]]],[]]