[[["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-05 UTC."],[[["The `ApiConfig` class is a sealed class in the `Google.Api.Gax.Grpc.Gcp` namespace, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ApiConfig` is 4.10.0, with older versions such as 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0 also documented."],["`ApiConfig` includes configurations for a channel pool via the `ChannelPool` property and for methods via the `Method` property, which contains a list of `MethodConfig`."],["The class has constructors for default initialization and cloning, and it provides methods for size calculation, cloning, equality comparison, hash code generation, and merging with other messages or input streams."],["The class defines constants `ChannelPoolFieldNumber` and `MethodFieldNumber` indicating specific field numbers within the message structure and contains a `Descriptor` and `Parser` property for use in message serialization and deserialization."]]],[]]