BigQuery Connection v1 API - Class ConnectionServiceSettings (2.8.0)

public sealed class ConnectionServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the BigQuery Connection v1 API class ConnectionServiceSettings.

Settings for ConnectionServiceClient instances.

Inheritance

object > ServiceSettingsBase > ConnectionServiceSettings

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
ConnectionServiceSettings

A deep clone of this ConnectionServiceSettings object.

GetDefault()

public static ConnectionServiceSettings GetDefault()

Get a new instance of the default ConnectionServiceSettings.

Returns
TypeDescription
ConnectionServiceSettings

A new instance of the default ConnectionServiceSettings.