public sealed class ParameterManagerSettings : ServiceSettingsBaseReference documentation and code samples for the Parameter Manager v1 API class ParameterManagerSettings.
Settings for ParameterManagerClient instances.
Namespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ParameterManagerSettings()
public ParameterManagerSettings()Constructs a new ParameterManagerSettings object with default settings.
Properties
CreateParameterSettings
public CallSettings CreateParameterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.CreateParameter and ParameterManagerClient.CreateParameterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
CreateParameterVersionSettings
public CallSettings CreateParameterVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.CreateParameterVersion and
ParameterManagerClient.CreateParameterVersionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteParameterSettings
public CallSettings DeleteParameterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.DeleteParameter and ParameterManagerClient.DeleteParameterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteParameterVersionSettings
public CallSettings DeleteParameterVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.DeleteParameterVersion and
ParameterManagerClient.DeleteParameterVersionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
GetParameterSettings
public CallSettings GetParameterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.GetParameter and ParameterManagerClient.GetParameterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetParameterVersionSettings
public CallSettings GetParameterVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.GetParameterVersion and ParameterManagerClient.GetParameterVersionAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListParameterVersionsSettings
public CallSettings ListParameterVersionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.ListParameterVersions and ParameterManagerClient.ListParameterVersionsAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListParametersSettings
public CallSettings ListParametersSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.ListParameters and ParameterManagerClient.ListParametersAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
RenderParameterVersionSettings
public CallSettings RenderParameterVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.RenderParameterVersion and
ParameterManagerClient.RenderParameterVersionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
UpdateParameterSettings
public CallSettings UpdateParameterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.UpdateParameter and ParameterManagerClient.UpdateParameterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
UpdateParameterVersionSettings
public CallSettings UpdateParameterVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ParameterManagerClient.UpdateParameterVersion and
ParameterManagerClient.UpdateParameterVersionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ParameterManagerSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ParameterManagerSettings |
A deep clone of this ParameterManagerSettings object. |
GetDefault()
public static ParameterManagerSettings GetDefault()Get a new instance of the default ParameterManagerSettings.
| Returns | |
|---|---|
| Type | Description |
ParameterManagerSettings |
A new instance of the default ParameterManagerSettings. |