[[["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-08-04 UTC."],[[["`FlowControlSettings` is a class used to manage data flow in the `Google.Api.Gax` namespace, allowing control over the number of outstanding elements and bytes."],["The class inherits from the `Object` class and includes inherited members such as `ToString()`, `Equals()`, `GetHashCode()`, and others."],["The `FlowControlSettings` constructor accepts two nullable `Int64` parameters, `maxOutstandingElementCount` and `maxOutstandingByteCount`, to set limits on data flow, with null values indicating no specified limit."],["The `MaxOutstandingByteCount` property defines the maximum number of bytes allowed before restricting data flow, and it can be null."],["The `MaxOutstandingElementCount` property specifies the maximum number of outstanding elements before restricting data flow, and it can also be null."]]],[]]