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-04-17 UTC."],[[["The `MethodConfig` class, found within the `Google.Api.Gax.Grpc.Gcp` namespace, is a sealed class that implements the `Protobuf.IBufferMessage` interface."],["It provides configurations for gRPC methods, including fields such as `AffinityFieldNumber` and `NameFieldNumber` for channel affinity and method name specifications."],["`MethodConfig` instances can be created using parameterless constructor, or using a constructor that accepts another `MethodConfig` for copying."],["The `Affinity` property, of type `AffinityConfig`, allows for configuring channel affinity, and the `Name` property, a `RepeatedField\u003cstring\u003e`, specifies fully qualified gRPC method names or wildcard patterns."],["Several methods are available to interact with `MethodConfig` objects, including `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`."]]],[]]