public RepeatedField<string> AutoPopulatedFields { get; }
List of top-level fields of the request message, that should be
automatically populated by the client libraries based on their
(google.api.field_info).format. Currently supported format: UUID4.
public MethodSettings.Types.LongRunning LongRunning { get; set; }
Describes settings to use for long-running operations when generating
API methods for RPCs. Complements RPCs that use the annotations in
google/longrunning/operations.proto.
[[["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-07-02 UTC."],[[["`MethodSettings` is a class that configures generator settings for a method, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes properties such as `AutoPopulatedFields`, `LongRunning`, and `Selector`, which are used to define method-specific behaviors and options, including for long-running operations."],["The class offers methods for cloning, calculating size, merging data, and performing equality checks, along with constructors for creating new instances and copying existing ones."],["`MethodSettings` contains fields like `AutoPopulatedFieldsFieldNumber`, `LongRunningFieldNumber`, and `SelectorFieldNumber`, which represent field numbers used in the protocol buffer format."],["The `MethodSettings` class is defined within the `Google.Api` namespace and is found in the `Google.Api.CommonProtos.dll` assembly, and the latest version is `2.15.0`, however, `2.10.0` and `2.2.0` are also provided."]]],[]]