public Protobuf.Collections.RepeatedField<string> Name { get; }
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 `MethodConfig` class is a sealed class within the `Google.Api.Gax.Grpc.Gcp` namespace, designed for configuring gRPC method settings and implementing `Protobuf.IMessage\u003cMethodConfig\u003e` and `Protobuf.IBufferMessage`."],["It has constructors for creating new instances, both default and by copying from another `MethodConfig` object."],["The class manages settings like `Affinity`, `Name`, which are accessed through properties, and fields, `AffinityFieldNumber` and `NameFieldNumber`."],["It provides various methods for object manipulation, such as `Clone`, `Equals`, `MergeFrom`, `CalculateSize`, `GetHashCode`, `ToString`, `WriteTo` and it also has its own `Descriptor` and `Parser` properties."],["The available versions of the `MethodConfig` object range from `3.2.0` up to the `4.10.0` latest version."]]],[]]