[[["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, detailing various versions, ranging from 2.7.1 to 2.63.1, with 2.63.1 being the latest."],["The `FlowControlSettings.Builder` class inherits methods from the `java.lang.Object` class, such as `clone()`, `equals(Object)`, and `hashCode()`, among others."],["The `FlowControlSettings.Builder` class includes a constructor `Builder()` and methods like `build()` which returns `FlowControlSettings`, `setLimitExceededBehavior(FlowController.LimitExceededBehavior value)`, `setMaxOutstandingElementCount(Long value)`, and `setMaxOutstandingRequestBytes(Long value)`, all of which return `FlowControlSettings.Builder`."],["The `setLimitExceededBehavior`, `setMaxOutstandingElementCount`, and `setMaxOutstandingRequestBytes` methods allow setting custom values for Flow Controller configurations, accepting `FlowController.LimitExceededBehavior`, and `Long` values, respectively, as parameters."]]],[]]