[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ApiConfig` class is a sealed class that implements `IMessage` and `IBufferMessage` interfaces, designed for configuring APIs within the Google Cloud environment."],["It provides constructors for creating new instances, including a default constructor and one that accepts another `ApiConfig` object for copying."],["The `ApiConfig` class manages channel pool and method configurations through its `ChannelPool` and `Method` properties, which respectively are of type `ChannelPoolConfig` and a `RepeatedField` of `MethodConfig`."],["The `ApiConfig` class exposes methods for standard operations such as cloning (`Clone()`), equality checks (`Equals()`), hash code generation (`GetHashCode()`), size calculation (`CalculateSize()`), and serialization/deserialization (`WriteTo()`, `MergeFrom()`)."],["The class includes static members `Descriptor` and `Parser` for metadata and parsing operations, and two int fields, `ChannelPoolFieldNumber` and `MethodFieldNumber`, to manage field numbers."]]],[]]