BeyondCorp AppConnectors v1 API - Class AppConnectorsServiceSettings (1.2.0)

public sealed class AppConnectorsServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnectorsServiceSettings.

Settings for AppConnectorsServiceClient instances.

Inheritance

object > ServiceSettingsBase > AppConnectorsServiceSettings

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

AppConnectorsServiceSettings()

public AppConnectorsServiceSettings()

Constructs a new AppConnectorsServiceSettings object with default settings.

Properties

CreateAppConnectorOperationsSettings

public OperationsSettings CreateAppConnectorOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectorsServiceClient.CreateAppConnector and AppConnectorsServiceClient.CreateAppConnectorAsync.

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.

CreateAppConnectorSettings

public CallSettings CreateAppConnectorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.CreateAppConnector and AppConnectorsServiceClient.CreateAppConnectorAsync.

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

DeleteAppConnectorOperationsSettings

public OperationsSettings DeleteAppConnectorOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectorsServiceClient.DeleteAppConnector and AppConnectorsServiceClient.DeleteAppConnectorAsync.

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.

DeleteAppConnectorSettings

public CallSettings DeleteAppConnectorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.DeleteAppConnector and AppConnectorsServiceClient.DeleteAppConnectorAsync.

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

GetAppConnectorSettings

public CallSettings GetAppConnectorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.GetAppConnector and AppConnectorsServiceClient.GetAppConnectorAsync .

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

ListAppConnectorsSettings

public CallSettings ListAppConnectorsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.ListAppConnectors and AppConnectorsServiceClient.ListAppConnectorsAsync .

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

ReportStatusOperationsSettings

public OperationsSettings ReportStatusOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectorsServiceClient.ReportStatus and AppConnectorsServiceClient.ReportStatusAsync.

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.

ReportStatusSettings

public CallSettings ReportStatusSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.ReportStatus and AppConnectorsServiceClient.ReportStatusAsync.

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

UpdateAppConnectorOperationsSettings

public OperationsSettings UpdateAppConnectorOperationsSettings { get; set; }

Long Running Operation settings for calls to AppConnectorsServiceClient.UpdateAppConnector and AppConnectorsServiceClient.UpdateAppConnectorAsync.

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.

UpdateAppConnectorSettings

public CallSettings UpdateAppConnectorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppConnectorsServiceClient.UpdateAppConnector and AppConnectorsServiceClient.UpdateAppConnectorAsync.

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

Methods

Clone()

public AppConnectorsServiceSettings Clone()

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

Returns
TypeDescription
AppConnectorsServiceSettings

A deep clone of this AppConnectorsServiceSettings object.

GetDefault()

public static AppConnectorsServiceSettings GetDefault()

Get a new instance of the default AppConnectorsServiceSettings.

Returns
TypeDescription
AppConnectorsServiceSettings

A new instance of the default AppConnectorsServiceSettings.