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

public sealed class ClientConnectorServicesServiceSettings : ServiceSettingsBase

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

Settings for ClientConnectorServicesServiceClient instances.

Inheritance

Object > ServiceSettingsBase > ClientConnectorServicesServiceSettings

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ClientConnectorServicesServiceSettings()

public ClientConnectorServicesServiceSettings()

Constructs a new ClientConnectorServicesServiceSettings object with default settings.

Properties

CreateClientConnectorServiceOperationsSettings

public OperationsSettings CreateClientConnectorServiceOperationsSettings { get; set; }

Long Running Operation settings for calls to ClientConnectorServicesServiceClient.CreateClientConnectorService and ClientConnectorServicesServiceClient.CreateClientConnectorServiceAsync.

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.

CreateClientConnectorServiceSettings

public CallSettings CreateClientConnectorServiceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientConnectorServicesServiceClient.CreateClientConnectorService and ClientConnectorServicesServiceClient.CreateClientConnectorServiceAsync.

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

DeleteClientConnectorServiceOperationsSettings

public OperationsSettings DeleteClientConnectorServiceOperationsSettings { get; set; }

Long Running Operation settings for calls to ClientConnectorServicesServiceClient.DeleteClientConnectorService and ClientConnectorServicesServiceClient.DeleteClientConnectorServiceAsync.

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.

DeleteClientConnectorServiceSettings

public CallSettings DeleteClientConnectorServiceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientConnectorServicesServiceClient.DeleteClientConnectorService and ClientConnectorServicesServiceClient.DeleteClientConnectorServiceAsync.

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

GetClientConnectorServiceSettings

public CallSettings GetClientConnectorServiceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientConnectorServicesServiceClient.GetClientConnectorService and ClientConnectorServicesServiceClient.GetClientConnectorServiceAsync.

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

ListClientConnectorServicesSettings

public CallSettings ListClientConnectorServicesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientConnectorServicesServiceClient.ListClientConnectorServices and ClientConnectorServicesServiceClient.ListClientConnectorServicesAsync.

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

UpdateClientConnectorServiceOperationsSettings

public OperationsSettings UpdateClientConnectorServiceOperationsSettings { get; set; }

Long Running Operation settings for calls to ClientConnectorServicesServiceClient.UpdateClientConnectorService and ClientConnectorServicesServiceClient.UpdateClientConnectorServiceAsync.

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.

UpdateClientConnectorServiceSettings

public CallSettings UpdateClientConnectorServiceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ClientConnectorServicesServiceClient.UpdateClientConnectorService and ClientConnectorServicesServiceClient.UpdateClientConnectorServiceAsync.

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

Methods

Clone()

public ClientConnectorServicesServiceSettings Clone()

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

Returns
TypeDescription
ClientConnectorServicesServiceSettings

A deep clone of this ClientConnectorServicesServiceSettings object.

GetDefault()

public static ClientConnectorServicesServiceSettings GetDefault()

Get a new instance of the default ClientConnectorServicesServiceSettings.

Returns
TypeDescription
ClientConnectorServicesServiceSettings

A new instance of the default ClientConnectorServicesServiceSettings.