public sealed class ConfigManagementServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Data Lineage v1 API class ConfigManagementServiceSettings.
Settings for ConfigManagementServiceClient instances.
Namespace
Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1Assembly
Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1.dll
Constructors
ConfigManagementServiceSettings()
public ConfigManagementServiceSettings()Constructs a new ConfigManagementServiceSettings object with default settings.
Properties
GetConfigSettings
public CallSettings GetConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ConfigManagementServiceClient.GetConfig and ConfigManagementServiceClient.GetConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
UpdateConfigSettings
public CallSettings UpdateConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ConfigManagementServiceClient.UpdateConfig and ConfigManagementServiceClient.UpdateConfigAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public ConfigManagementServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ConfigManagementServiceSettings |
A deep clone of this ConfigManagementServiceSettings object. |
GetDefault()
public static ConfigManagementServiceSettings GetDefault()Get a new instance of the default ConfigManagementServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ConfigManagementServiceSettings |
A new instance of the default ConfigManagementServiceSettings. |