[[["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-17 UTC."],[[["This page details the `ApiConfig` class, specifically version 4.8.0, within the `Google.Api.Gax.Grpc.Gcp` namespace, as part of the Google.Api.Gax.Grpc.dll assembly."],["`ApiConfig` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["The class includes constructors, such as a default constructor and one that accepts another `ApiConfig` object, along with properties like `ChannelPool`, `Descriptor`, `Method`, and `Parser`, that are essential for its configuration and functionality."],["There are two main fields provided: `ChannelPoolFieldNumber`, which is the field number for the \"channel_pool\" field, and `MethodFieldNumber`, which is the field number for the \"method\" field, with both having integer values."],["The `ApiConfig` class provides a set of methods like `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, which allow for manipulation, comparison, cloning, merging, and writing of the `ApiConfig` message data."]]],[]]