public sealed class ConnectionServiceSettings : ServiceSettingsBase
Settings for ConnectionServiceClient instances.
Namespace
Google.Cloud.BigQuery.Connection.V1Assembly
Google.Cloud.BigQuery.Connection.V1.dll
Constructors
ConnectionServiceSettings()
public ConnectionServiceSettings()
Constructs a new ConnectionServiceSettings object with default settings.
Properties
CreateConnectionSettings
public CallSettings CreateConnectionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.CreateConnection
and ConnectionServiceClient.CreateConnectionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteConnectionSettings
public CallSettings DeleteConnectionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.DeleteConnection
and ConnectionServiceClient.DeleteConnectionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 60 seconds.
GetConnectionSettings
public CallSettings GetConnectionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.GetConnection
and ConnectionServiceClient.GetConnectionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 60 seconds.
GetIamPolicySettings
public CallSettings GetIamPolicySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.GetIamPolicy
and ConnectionServiceClient.GetIamPolicyAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
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: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 60 seconds.
SetIamPolicySettings
public CallSettings SetIamPolicySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.SetIamPolicy
and ConnectionServiceClient.SetIamPolicyAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
TestIamPermissionsSettings
public CallSettings TestIamPermissionsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.TestIamPermissions
and ConnectionServiceClient.TestIamPermissionsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
UpdateConnectionSettings
public CallSettings UpdateConnectionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConnectionServiceClient.UpdateConnection
and ConnectionServiceClient.UpdateConnectionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- 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. |