public sealed class InsightsConfigServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Developer Connect v1 API class InsightsConfigServiceSettings.
Settings for InsightsConfigServiceClient instances.
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
InsightsConfigServiceSettings()
public InsightsConfigServiceSettings()Constructs a new InsightsConfigServiceSettings object with default settings.
Properties
CreateInsightsConfigOperationsSettings
public OperationsSettings CreateInsightsConfigOperationsSettings { get; set; }Long Running Operation settings for calls to InsightsConfigServiceClient.CreateInsightsConfig and
InsightsConfigServiceClient.CreateInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
OperationsSettings | 
        |
Uses default PollSettings of:
- Initial delay: 20 seconds.
 - Delay multiplier: 1.5
 - Maximum delay: 45 seconds.
 - Total timeout: 24 hours.
 
CreateInsightsConfigSettings
public CallSettings CreateInsightsConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
InsightsConfigServiceClient.CreateInsightsConfig and
InsightsConfigServiceClient.CreateInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
DeleteInsightsConfigOperationsSettings
public OperationsSettings DeleteInsightsConfigOperationsSettings { get; set; }Long Running Operation settings for calls to InsightsConfigServiceClient.DeleteInsightsConfig and
InsightsConfigServiceClient.DeleteInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
OperationsSettings | 
        |
Uses default PollSettings of:
- Initial delay: 20 seconds.
 - Delay multiplier: 1.5
 - Maximum delay: 45 seconds.
 - Total timeout: 24 hours.
 
DeleteInsightsConfigSettings
public CallSettings DeleteInsightsConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
InsightsConfigServiceClient.DeleteInsightsConfig and
InsightsConfigServiceClient.DeleteInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
GetInsightsConfigSettings
public CallSettings GetInsightsConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
InsightsConfigServiceClient.GetInsightsConfig and
InsightsConfigServiceClient.GetInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
ListInsightsConfigsSettings
public CallSettings ListInsightsConfigsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
InsightsConfigServiceClient.ListInsightsConfigs and
InsightsConfigServiceClient.ListInsightsConfigsAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description | 
LocationsSettings | 
        |
UpdateInsightsConfigOperationsSettings
public OperationsSettings UpdateInsightsConfigOperationsSettings { get; set; }Long Running Operation settings for calls to InsightsConfigServiceClient.UpdateInsightsConfig and
InsightsConfigServiceClient.UpdateInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
OperationsSettings | 
        |
Uses default PollSettings of:
- Initial delay: 20 seconds.
 - Delay multiplier: 1.5
 - Maximum delay: 45 seconds.
 - Total timeout: 24 hours.
 
UpdateInsightsConfigSettings
public CallSettings UpdateInsightsConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
InsightsConfigServiceClient.UpdateInsightsConfig and
InsightsConfigServiceClient.UpdateInsightsConfigAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
Methods
Clone()
public InsightsConfigServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
InsightsConfigServiceSettings | 
        A deep clone of this InsightsConfigServiceSettings object.  | 
      
GetDefault()
public static InsightsConfigServiceSettings GetDefault()Get a new instance of the default InsightsConfigServiceSettings.
| Returns | |
|---|---|
| Type | Description | 
InsightsConfigServiceSettings | 
        A new instance of the default InsightsConfigServiceSettings.  |