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-08-04 UTC."],[[["The `MethodConfig` class, found in the `Google.Api.Gax.Grpc.Gcp` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MethodConfig` is designed to manage configurations for gRPC methods, supporting features like channel affinity, indicated by the `Affinity` property of type `AffinityConfig`."],["This class allows for multiple versions, with version 4.10.0 being the latest version and 4.8.0 being the documented version, and provides methods to perform actions such as cloning, calculating size, merging, and writing data."],["The `Name` property of `MethodConfig` accepts a qualified gRPC method name or a wildcard pattern, allowing for flexible method matching and it is part of a sequential evaluation process for method configuration."],["`MethodConfig` includes two constructors, one parameterless, and the other taking another `MethodConfig` object as the parameter, along with fields `AffinityFieldNumber` and `NameFieldNumber` for internal configuration numbering."]]],[]]