[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eIDSSettings\u003c/code\u003e class within the Google Cloud IDS v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIDSSettings\u003c/code\u003e is used to configure settings for \u003ccode\u003eIDSClient\u003c/code\u003e instances, inheriting from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and ultimately from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers various settings related to endpoint management, including creation, deletion, retrieval, and listing, for both synchronous and asynchronous operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is 2.4.0, and includes various past versions like 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003eClone()\u003c/code\u003e and \u003ccode\u003eGetDefault()\u003c/code\u003e are available to create a new instance of the \u003ccode\u003eIDSSettings\u003c/code\u003e object or get the default settings.\u003c/p\u003e\n"]]],[],null,["# Cloud IDS v1 API - Class IDSSettings (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.IDSSettings)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.3.0/Google.Cloud.Ids.V1.IDSSettings)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.2.0/Google.Cloud.Ids.V1.IDSSettings)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.1.0/Google.Cloud.Ids.V1.IDSSettings)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.0.0/Google.Cloud.Ids.V1.IDSSettings)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/1.0.0/Google.Cloud.Ids.V1.IDSSettings) \n\n public sealed class IDSSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Cloud IDS v1 API class IDSSettings.\n\nSettings for [IDSClient](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.IDSClient) 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 IDSSettings \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.Cloud.Ids.V1](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Ids.V1.dll\n\nConstructors\n------------\n\n### IDSSettings()\n\n public IDSSettings()\n\nConstructs a new [IDSSettings](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.IDSSettings) object with default settings.\n\nProperties\n----------\n\n### CreateEndpointOperationsSettings\n\n public OperationsSettings CreateEndpointOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `IDSClient.CreateEndpoint` and\n`IDSClient.CreateEndpointAsync`.\n\n**Remarks** \nUses default [PollSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/PollSettings.cs) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### CreateEndpointSettings\n\n public CallSettings CreateEndpointSettings { 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 `IDSClient.CreateEndpoint`\nand `IDSClient.CreateEndpointAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 3600 seconds.\n\n### DeleteEndpointOperationsSettings\n\n public OperationsSettings DeleteEndpointOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `IDSClient.DeleteEndpoint` and\n`IDSClient.DeleteEndpointAsync`.\n\n**Remarks** \nUses default [PollSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/PollSettings.cs) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeleteEndpointSettings\n\n public CallSettings DeleteEndpointSettings { 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 `IDSClient.DeleteEndpoint`\nand `IDSClient.DeleteEndpointAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 3600 seconds.\n\n### GetEndpointSettings\n\n public CallSettings GetEndpointSettings { 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 `IDSClient.GetEndpoint`\nand `IDSClient.GetEndpointAsync`.\n\n**Remarks** \n- Initial retry delay: 250 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 32000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 60 seconds.\n\n### ListEndpointsSettings\n\n public CallSettings ListEndpointsSettings { 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 `IDSClient.ListEndpoints`\nand `IDSClient.ListEndpointsAsync`.\n\n**Remarks** \n- Initial retry delay: 250 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 32000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public IDSSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static IDSSettings GetDefault()\n\nGet a new instance of the default [IDSSettings](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.IDSSettings)."]]