[[["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-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eOperationsSettings\u003c/code\u003e is a class for configuring settings for \u003ccode\u003eOperationsClient\u003c/code\u003e instances, within the \u003ccode\u003eGoogle.LongRunning\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationsSettings\u003c/code\u003e class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and ultimately the base \u003ccode\u003eobject\u003c/code\u003e class, providing a framework for managing settings in various contexts.\u003c/p\u003e\n"],["\u003cp\u003eIt provides configurable settings for various operations such as \u003ccode\u003eCancelOperation\u003c/code\u003e, \u003ccode\u003eDeleteOperation\u003c/code\u003e, \u003ccode\u003eGetOperation\u003c/code\u003e, \u003ccode\u003eListOperations\u003c/code\u003e, and \u003ccode\u003eWaitOperation\u003c/code\u003e, including details like retry delays, maximum attempts, and timeouts.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods for cloning the current settings (\u003ccode\u003eClone()\u003c/code\u003e) and getting a new instance with default configurations (\u003ccode\u003eGetDefault()\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation, ranging from version 2.2.0 to the latest version 3.3.0.\u003c/p\u003e\n"]]],[],null,["# Google.LongRunning - Class OperationsSettings (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.OperationsSettings)\n- [3.2.0](/dotnet/docs/reference/Google.LongRunning/3.2.0/Google.LongRunning.OperationsSettings)\n- [3.1.0](/dotnet/docs/reference/Google.LongRunning/3.1.0/Google.LongRunning.OperationsSettings)\n- [3.0.0](/dotnet/docs/reference/Google.LongRunning/3.0.0/Google.LongRunning.OperationsSettings)\n- [2.3.0](/dotnet/docs/reference/Google.LongRunning/2.3.0/Google.LongRunning.OperationsSettings)\n- [2.2.0](/dotnet/docs/reference/Google.LongRunning/2.2.0/Google.LongRunning.OperationsSettings) \n\n public sealed class OperationsSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Google.LongRunning class OperationsSettings.\n\nSettings for [OperationsClient](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.OperationsClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \\\u003e OperationsSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Clock](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Scheduler](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Interceptor](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.LongRunning](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning)\n\nAssembly\n--------\n\nGoogle.LongRunning.dll\n\nConstructors\n------------\n\n### OperationsSettings()\n\n public OperationsSettings()\n\nConstructs a new [OperationsSettings](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.OperationsSettings) object with default settings.\n\nProperties\n----------\n\n### CancelOperationSettings\n\n public CallSettings CancelOperationSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`OperationsClient.CancelOperation` and `OperationsClient.CancelOperationAsync`.\n\n**Remarks** \n- Initial retry delay: 500 milliseconds.\n- Retry delay multiplier: 2\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 10 seconds.\n\n### DefaultPollSettings\n\n public PollSettings DefaultPollSettings { get; set; }\n\nThe poll settings used by default for repeated polling operations.\n\n### DeleteOperationSettings\n\n public CallSettings DeleteOperationSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`OperationsClient.DeleteOperation` and `OperationsClient.DeleteOperationAsync`.\n\n**Remarks** \n- Initial retry delay: 500 milliseconds.\n- Retry delay multiplier: 2\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 10 seconds.\n\n### GetOperationSettings\n\n public CallSettings GetOperationSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`OperationsClient.GetOperation` and `OperationsClient.GetOperationAsync`.\n\n**Remarks** \n- Initial retry delay: 500 milliseconds.\n- Retry delay multiplier: 2\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 10 seconds.\n\n### ListOperationsSettings\n\n public CallSettings ListOperationsSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`OperationsClient.ListOperations` and `OperationsClient.ListOperationsAsync`.\n\n**Remarks** \n- Initial retry delay: 500 milliseconds.\n- Retry delay multiplier: 2\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 10 seconds.\n\n### WaitOperationSettings\n\n public CallSettings WaitOperationSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`OperationsClient.WaitOperation` and `OperationsClient.WaitOperationAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public OperationsSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static OperationsSettings GetDefault()\n\nGet a new instance of the default [OperationsSettings](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.OperationsSettings)."]]