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"]],[["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."],[[["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."]]],[]]