BeyondCorp Client Connector Services v1 API - Class ClientGatewaysServiceSettings (1.0.0)

public sealed class ClientGatewaysServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGatewaysServiceSettings.

Settings for ClientGatewaysServiceClient instances.

Inheritance

Object > ServiceSettingsBase > ClientGatewaysServiceSettings

Namespace

Google.Cloud.BeyondCorp.ClientGateways.V1

Assembly

Google.Cloud.BeyondCorp.ClientGateways.V1.dll

Constructors

ClientGatewaysServiceSettings()

public ClientGatewaysServiceSettings()

Constructs a new ClientGatewaysServiceSettings object with default settings.

Properties

CreateClientGatewayOperationsSettings

public OperationsSettings CreateClientGatewayOperationsSettings { get; set; }

Long Running Operation settings for calls to ClientGatewaysServiceClient.CreateClientGateway and ClientGatewaysServiceClient.CreateClientGatewayAsync.

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.

CreateClientGatewaySettings

public CallSettings CreateClientGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientGatewaysServiceClient.CreateClientGateway and ClientGatewaysServiceClient.CreateClientGatewayAsync.

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

DeleteClientGatewayOperationsSettings

public OperationsSettings DeleteClientGatewayOperationsSettings { get; set; }

Long Running Operation settings for calls to ClientGatewaysServiceClient.DeleteClientGateway and ClientGatewaysServiceClient.DeleteClientGatewayAsync.

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.

DeleteClientGatewaySettings

public CallSettings DeleteClientGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientGatewaysServiceClient.DeleteClientGateway and ClientGatewaysServiceClient.DeleteClientGatewayAsync.

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

GetClientGatewaySettings

public CallSettings GetClientGatewaySettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientGatewaysServiceClient.GetClientGateway and ClientGatewaysServiceClient.GetClientGatewayAsync .

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

ListClientGatewaysSettings

public CallSettings ListClientGatewaysSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientGatewaysServiceClient.ListClientGateways and ClientGatewaysServiceClient.ListClientGatewaysAsync.

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 ClientGatewaysServiceSettings Clone()

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

Returns
TypeDescription
ClientGatewaysServiceSettings

A deep clone of this ClientGatewaysServiceSettings object.

GetDefault()

public static ClientGatewaysServiceSettings GetDefault()

Get a new instance of the default ClientGatewaysServiceSettings.

Returns
TypeDescription
ClientGatewaysServiceSettings

A new instance of the default ClientGatewaysServiceSettings.