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-04-17 UTC."],[[["This webpage details the `MethodConfig` class, specifically version 4.4.0, within the `Google.Api.Gax.Grpc.Gcp` namespace, as part of the Google.Api.Gax.Grpc.dll assembly."],["`MethodConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `Affinity` (for channel affinity configurations), `Name` (for fully qualified gRPC method names or wildcard patterns), and static members like `Descriptor` and `Parser`."],["Key methods provided by the class are `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, allowing for manipulation and description of the class."],["There is a listing of multiple versions of the `MethodConfig` class available, with 4.10.0 being the latest version at the time of the document."]]],[]]