BeyondCorp AppGateways v1 API - Class AppGatewaysServiceSettings (1.1.0)

public sealed class AppGatewaysServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysServiceSettings.

Settings for AppGatewaysServiceClient instances.

Inheritance

object > ServiceSettingsBase > AppGatewaysServiceSettings

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Constructors

AppGatewaysServiceSettings()

public AppGatewaysServiceSettings()

Constructs a new AppGatewaysServiceSettings object with default settings.

Properties

CreateAppGatewayOperationsSettings

public OperationsSettings CreateAppGatewayOperationsSettings { get; set; }

Long Running Operation settings for calls to AppGatewaysServiceClient.CreateAppGateway and AppGatewaysServiceClient.CreateAppGatewayAsync.

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.

CreateAppGatewaySettings

public CallSettings CreateAppGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppGatewaysServiceClient.CreateAppGateway and AppGatewaysServiceClient.CreateAppGatewayAsync.

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

DeleteAppGatewayOperationsSettings

public OperationsSettings DeleteAppGatewayOperationsSettings { get; set; }

Long Running Operation settings for calls to AppGatewaysServiceClient.DeleteAppGateway and AppGatewaysServiceClient.DeleteAppGatewayAsync.

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.

DeleteAppGatewaySettings

public CallSettings DeleteAppGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppGatewaysServiceClient.DeleteAppGateway and AppGatewaysServiceClient.DeleteAppGatewayAsync.

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

GetAppGatewaySettings

public CallSettings GetAppGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppGatewaysServiceClient.GetAppGateway and AppGatewaysServiceClient.GetAppGatewayAsync.

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

ListAppGatewaysSettings

public CallSettings ListAppGatewaysSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AppGatewaysServiceClient.ListAppGateways and AppGatewaysServiceClient.ListAppGatewaysAsync.

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

Methods

Clone()

public AppGatewaysServiceSettings Clone()

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

Returns
TypeDescription
AppGatewaysServiceSettings

A deep clone of this AppGatewaysServiceSettings object.

GetDefault()

public static AppGatewaysServiceSettings GetDefault()

Get a new instance of the default AppGatewaysServiceSettings.

Returns
TypeDescription
AppGatewaysServiceSettings

A new instance of the default AppGatewaysServiceSettings.