[[["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-02 UTC."],[[["This document details the `DynamicFlowControlSettings` class, which is used for managing settings related to dynamic flow control in the Google API client library for Java, specifically within the `com.google.api.gax.batching` package."],["The `DynamicFlowControlSettings` class allows configuration of the number of outstanding elements and bytes that a `FlowController` allows, including initial, maximum, and minimum thresholds."],["It is an abstract class, and it provides methods such as `getInitialOutstandingElementCount()`, `getMaxOutstandingRequestBytes()`, `getMinOutstandingElementCount()`, and others to access the various flow control parameters."],["The class also includes a `LimitExceededBehavior` parameter to manage what happens when the flow control limits are exceeded and it has a `newBuilder()` and `toBuilder()` method to create or adjust the setting builder."],["The document outlines a list of version updates, ranging from version 2.63.1 down to 2.7.1, each link corresponding to the documentation for `DynamicFlowControlSettings` in the respective version."]]],[]]