public sealed class ConnectionServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Apigee Connect v1 API class ConnectionServiceSettings.
Settings for ConnectionServiceClient instances.
Namespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
ConnectionServiceSettings()
public ConnectionServiceSettings()Constructs a new ConnectionServiceSettings object with default settings.
Properties
ListConnectionsSettings
public CallSettings ListConnectionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.ListConnections and ConnectionServiceClient.ListConnectionsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
Methods
Clone()
public ConnectionServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ConnectionServiceSettings |
A deep clone of this ConnectionServiceSettings object. |
GetDefault()
public static ConnectionServiceSettings GetDefault()Get a new instance of the default ConnectionServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ConnectionServiceSettings |
A new instance of the default ConnectionServiceSettings. |