A fully qualified name of a gRPC method, or a wildcard pattern ending
with ., such as foo.bar.A, foo.bar.. Method configs are evaluated
sequentially, and the first one takes precedence.
[[["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 latest version of `MethodConfig` is 4.10.0, with previous versions listed down to 3.2.0, all within the `Google.Api.Gax` namespace."],["`MethodConfig` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable\u003cMethodConfig\u003e`, `IDeepCloneable\u003cMethodConfig\u003e`, `IBufferMessage`, and `IMessage`, indicating its role in managing message configurations."],["The class includes fields `AffinityFieldNumber` and `NameFieldNumber`, representing field numbers for \"affinity\" and \"name\" respectively, both of type `int`."],["Key properties include `Affinity`, which configures channel affinity, `Name`, which holds fully qualified gRPC method names or wildcard patterns, and static properties like `Descriptor` and `Parser` that handle message descriptors and parsing."],["`MethodConfig` offers a range of methods for message manipulation, such as calculating size, cloning, merging from other messages or streams, and reading/writing to streams."]]],[]]