BeyondCorp AppConnections v1 API - Class AppConnectionsServiceSettings (1.1.0)

public sealed class AppConnectionsServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnectionsServiceSettings.

Settings for AppConnectionsServiceClient instances.

Inheritance

object > ServiceSettingsBase > AppConnectionsServiceSettings

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

AppConnectionsServiceSettings()

public AppConnectionsServiceSettings()

Constructs a new AppConnectionsServiceSettings object with default settings.

Properties

CreateAppConnectionOperationsSettings

public OperationsSettings CreateAppConnectionOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectionsServiceClient.CreateAppConnection and AppConnectionsServiceClient.CreateAppConnectionAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateAppConnectionSettings

public CallSettings CreateAppConnectionSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.CreateAppConnection and AppConnectionsServiceClient.CreateAppConnectionAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteAppConnectionOperationsSettings

public OperationsSettings DeleteAppConnectionOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectionsServiceClient.DeleteAppConnection and AppConnectionsServiceClient.DeleteAppConnectionAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteAppConnectionSettings

public CallSettings DeleteAppConnectionSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.DeleteAppConnection and AppConnectionsServiceClient.DeleteAppConnectionAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetAppConnectionSettings

public CallSettings GetAppConnectionSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.GetAppConnection and AppConnectionsServiceClient.GetAppConnectionAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
TypeDescription
IAMPolicySettings

ListAppConnectionsSettings

public CallSettings ListAppConnectionsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.ListAppConnections and AppConnectionsServiceClient.ListAppConnectionsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
LocationsSettings

ResolveAppConnectionsSettings

public CallSettings ResolveAppConnectionsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.ResolveAppConnections and AppConnectionsServiceClient.ResolveAppConnectionsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateAppConnectionOperationsSettings

public OperationsSettings UpdateAppConnectionOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectionsServiceClient.UpdateAppConnection and AppConnectionsServiceClient.UpdateAppConnectionAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateAppConnectionSettings

public CallSettings UpdateAppConnectionSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectionsServiceClient.UpdateAppConnection and AppConnectionsServiceClient.UpdateAppConnectionAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public AppConnectionsServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
AppConnectionsServiceSettings

A deep clone of this AppConnectionsServiceSettings object.

GetDefault()

public static AppConnectionsServiceSettings GetDefault()

Get a new instance of the default AppConnectionsServiceSettings.

Returns
TypeDescription
AppConnectionsServiceSettings

A new instance of the default AppConnectionsServiceSettings.