public CallSettings CreateParameterVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.CreateParameterVersion and
ParameterManagerClient.CreateParameterVersionAsync.
public CallSettings DeleteParameterVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.DeleteParameterVersion and
ParameterManagerClient.DeleteParameterVersionAsync.
public CallSettings GetParameterVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.GetParameterVersion and ParameterManagerClient.GetParameterVersionAsync
.
public CallSettings ListParameterVersionsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.ListParameterVersions and ParameterManagerClient.ListParameterVersionsAsync
.
public CallSettings RenderParameterVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.RenderParameterVersion and
ParameterManagerClient.RenderParameterVersionAsync.
public CallSettings UpdateParameterVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.UpdateParameterVersion and
ParameterManagerClient.UpdateParameterVersionAsync.
[[["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."],[[["\u003cp\u003e\u003ccode\u003eParameterManagerSettings\u003c/code\u003e is a class that provides settings for \u003ccode\u003eParameterManagerClient\u003c/code\u003e instances, managing various operations like creating, deleting, and retrieving parameters and parameter versions.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and includes properties like \u003ccode\u003eCreateParameterSettings\u003c/code\u003e, \u003ccode\u003eDeleteParameterSettings\u003c/code\u003e, and \u003ccode\u003eGetParameterSettings\u003c/code\u003e, allowing customization of call settings for different operations.\u003c/p\u003e\n"],["\u003cp\u003eThe settings define behavior for synchronous and asynchronous calls, including retry policies, timeouts, and retriable status codes for operations such as \u003ccode\u003eGetParameter\u003c/code\u003e and \u003ccode\u003eListParameters\u003c/code\u003e, ensuring robust client interactions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eParameterManagerSettings\u003c/code\u003e offers methods to create new instances with default settings or to create a deep clone of existing settings via the \u003ccode\u003eClone()\u003c/code\u003e and \u003ccode\u003eGetDefault()\u003c/code\u003e methods, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are also settings for the \u003ccode\u003eLocationsClient\u003c/code\u003e associated with the client, configurable under the \u003ccode\u003eLocationsSettings\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class ParameterManagerSettings (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterManagerSettings)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.ParameterManagerSettings) \n\n public sealed class ParameterManagerSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Parameter Manager v1 API class ParameterManagerSettings.\n\nSettings for [ParameterManagerClient](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterManagerClient) 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 ParameterManagerSettings \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.ParameterManager.V1](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ParameterManager.V1.dll\n\nConstructors\n------------\n\n### ParameterManagerSettings()\n\n public ParameterManagerSettings()\n\nConstructs a new [ParameterManagerSettings](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterManagerSettings) object with default settings.\n\nProperties\n----------\n\n### CreateParameterSettings\n\n public CallSettings CreateParameterSettings { 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`ParameterManagerClient.CreateParameter` and `ParameterManagerClient.CreateParameterAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### CreateParameterVersionSettings\n\n public CallSettings CreateParameterVersionSettings { 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`ParameterManagerClient.CreateParameterVersion` and\n`ParameterManagerClient.CreateParameterVersionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### DeleteParameterSettings\n\n public CallSettings DeleteParameterSettings { 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`ParameterManagerClient.DeleteParameter` and `ParameterManagerClient.DeleteParameterAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### DeleteParameterVersionSettings\n\n public CallSettings DeleteParameterVersionSettings { 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`ParameterManagerClient.DeleteParameterVersion` and\n`ParameterManagerClient.DeleteParameterVersionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### GetParameterSettings\n\n public CallSettings GetParameterSettings { 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`ParameterManagerClient.GetParameter` and `ParameterManagerClient.GetParameterAsync`.\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### GetParameterVersionSettings\n\n public CallSettings GetParameterVersionSettings { 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`ParameterManagerClient.GetParameterVersion` and `ParameterManagerClient.GetParameterVersionAsync`\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### ListParameterVersionsSettings\n\n public CallSettings ListParameterVersionsSettings { 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`ParameterManagerClient.ListParameterVersions` and `ParameterManagerClient.ListParameterVersionsAsync`\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### ListParametersSettings\n\n public CallSettings ListParametersSettings { 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`ParameterManagerClient.ListParameters` and `ParameterManagerClient.ListParametersAsync`.\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### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\n### RenderParameterVersionSettings\n\n public CallSettings RenderParameterVersionSettings { 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`ParameterManagerClient.RenderParameterVersion` and\n`ParameterManagerClient.RenderParameterVersionAsync`.\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### UpdateParameterSettings\n\n public CallSettings UpdateParameterSettings { 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`ParameterManagerClient.UpdateParameter` and `ParameterManagerClient.UpdateParameterAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### UpdateParameterVersionSettings\n\n public CallSettings UpdateParameterVersionSettings { 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`ParameterManagerClient.UpdateParameterVersion` and\n`ParameterManagerClient.UpdateParameterVersionAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public ParameterManagerSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static ParameterManagerSettings GetDefault()\n\nGet a new instance of the default [ParameterManagerSettings](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterManagerSettings)."]]