[[["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 `DynamicFlowControlSettings.Builder` class within the Google API Client Library for Java (gax), specifically focusing on version 2.15.0 but also listing many previous versions up to version 2.63.1."],["The `DynamicFlowControlSettings.Builder` is used for configuring dynamic flow control settings, which manages the rate at which requests are made based on factors like outstanding elements and bytes."],["Key methods for configuring the flow control settings include `setInitialOutstandingElementCount`, `setInitialOutstandingRequestBytes`, `setLimitExceededBehavior`, `setMaxOutstandingElementCount`, `setMaxOutstandingRequestBytes`, `setMinOutstandingElementCount`, and `setMinOutstandingRequestBytes`, which allows for setting parameters for elements and bytes."],["The Builder class has a build method that returns a DynamicFlowControlSettings type, creating a functional instance of the settings."]]],[]]