public CallSettings SearchCaseClassificationsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CaseServiceClient.SearchCaseClassifications and CaseServiceClient.SearchCaseClassificationsAsync
.
[[["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\u003eThe \u003ccode\u003eCaseServiceSettings\u003c/code\u003e class provides configuration settings for \u003ccode\u003eCaseServiceClient\u003c/code\u003e instances in the Google Cloud Support v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and offers properties like \u003ccode\u003eCloseCaseSettings\u003c/code\u003e, \u003ccode\u003eCreateCaseSettings\u003c/code\u003e, and \u003ccode\u003eGetCaseSettings\u003c/code\u003e to control behavior for various case-related operations, such as creating, getting, updating, and listing cases.\u003c/p\u003e\n"],["\u003cp\u003eRetry settings, including initial delay, delay multiplier, maximum delay, and retriable status codes, are configurable for methods like \u003ccode\u003eGetCase\u003c/code\u003e and \u003ccode\u003eListCases\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCaseServiceSettings\u003c/code\u003e class supports synchronous and asynchronous calls to \u003ccode\u003eCaseServiceClient\u003c/code\u003e methods, with default timeout for most methods being set at 60 seconds.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCaseServiceSettings\u003c/code\u003e class is 1.3.0, with previous versions 1.2.0, 1.1.0 and 1.0.0 also available.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class CaseServiceSettings (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseServiceSettings)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.CaseServiceSettings)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.CaseServiceSettings)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.CaseServiceSettings)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.CaseServiceSettings) \n\n public sealed class CaseServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Google Cloud Support v2 API class CaseServiceSettings.\n\nSettings for [CaseServiceClient](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e CaseServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \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.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### CaseServiceSettings()\n\n public CaseServiceSettings()\n\nConstructs a new [CaseServiceSettings](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseServiceSettings) object with default settings.\n\nProperties\n----------\n\n### CloseCaseSettings\n\n public CallSettings CloseCaseSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to `CaseServiceClient.CloseCase`\nand `CaseServiceClient.CloseCaseAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### CreateCaseSettings\n\n public CallSettings CreateCaseSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`CaseServiceClient.CreateCase` and `CaseServiceClient.CreateCaseAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### EscalateCaseSettings\n\n public CallSettings EscalateCaseSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`CaseServiceClient.EscalateCase` and `CaseServiceClient.EscalateCaseAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### GetCaseSettings\n\n public CallSettings GetCaseSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to `CaseServiceClient.GetCase`\nand `CaseServiceClient.GetCaseAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### ListCasesSettings\n\n public CallSettings ListCasesSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to `CaseServiceClient.ListCases`\nand `CaseServiceClient.ListCasesAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### SearchCaseClassificationsSettings\n\n public CallSettings SearchCaseClassificationsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`CaseServiceClient.SearchCaseClassifications` and `CaseServiceClient.SearchCaseClassificationsAsync`\n.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### SearchCasesSettings\n\n public CallSettings SearchCasesSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`CaseServiceClient.SearchCases` and `CaseServiceClient.SearchCasesAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### UpdateCaseSettings\n\n public CallSettings UpdateCaseSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`CaseServiceClient.UpdateCase` and `CaseServiceClient.UpdateCaseAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public CaseServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static CaseServiceSettings GetDefault()\n\nGet a new instance of the default [CaseServiceSettings](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseServiceSettings)."]]