[[["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 document provides documentation for `DynamicFlowControlSettings`, an abstract class used for managing settings related to dynamic flow control in the Google API client library for Java (gax)."],["The latest version of the documentation available is for version 2.63.1, while the document provides version history all the way back to 2.7.1."],["`DynamicFlowControlSettings` manages parameters such as the initial, maximum, and minimum counts for both outstanding elements and request bytes, which are used by `FlowController` to regulate the flow of requests."],["The class includes methods to retrieve these settings (e.g., `getInitialOutstandingElementCount()`, `getMaxOutstandingRequestBytes()`), and it offers `newBuilder()` and `toBuilder()` methods for creating and modifying settings instances, respectively."],["The `getLimitExceededBehavior()` method within the class allows users to see the behavior that the flow controller will implement when a limit is exceeded."]]],[]]