public sealed class MethodSettings.Types.LongRunning : IMessage<MethodSettings.Types.LongRunning>, IEquatable<MethodSettings.Types.LongRunning>, IDeepCloneable<MethodSettings.Types.LongRunning>, IBufferMessage, IMessage
Describes settings to use when generating API methods that use the
long-running operation pattern.
All default values below are from those used in the client library
generators (e.g.
Java).
[[["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-08-07 UTC."],[[["`MethodSettings.Types.LongRunning` defines settings for API methods using the long-running operation pattern."],["It includes configurable properties like `InitialPollDelay`, `MaxPollDelay`, `PollDelayMultiplier`, and `TotalPollTimeout` to manage polling behavior."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality."],["Default values are set for polling delays, with the initial delay at 5 seconds, max delay at 45 seconds, and a total timeout of 5 minutes."],["Constructors are available for creating new `LongRunning` instances, either default or from another existing `LongRunning` instance."]]],[]]