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-03-05 UTC."],[[["The `MethodSettings` class is used to describe generator configurations for a method, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MethodSettings` includes properties like `LongRunning` and `Selector` to define settings for long-running operations and specify the target method respectively."],["This class has methods such as `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()` to support object manipulation, comparison, and serialization."],["The `MethodSettings` class is part of the `Google.Api` namespace within the `Google.Api.CommonProtos.dll` assembly."],["There are multiple versions of this class, including the most recent 2.15.0, and other versions 2.10.0 and 2.2.0."]]],[]]