Class GlobalOperationsSettings (1.3.0)

public sealed class GlobalOperationsSettings : ServiceSettingsBase

Settings for GlobalOperationsClient instances.

Inheritance

Object > ServiceSettingsBase > GlobalOperationsSettings

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalOperationsSettings()

public GlobalOperationsSettings()

Constructs a new GlobalOperationsSettings object with default settings.

Properties

AggregatedListSettings

public CallSettings AggregatedListSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.AggregatedList and GlobalOperationsClient.AggregatedListAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: DeadlineExceeded, Unavailable.
  • Timeout: 600 seconds.

DeleteSettings

public CallSettings DeleteSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.Delete and GlobalOperationsClient.DeleteAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

GetSettings

public CallSettings GetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.Get and GlobalOperationsClient.GetAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: DeadlineExceeded, Unavailable.
  • Timeout: 600 seconds.

ListSettings

public CallSettings ListSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.List and GlobalOperationsClient.ListAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: DeadlineExceeded, Unavailable.
  • Timeout: 600 seconds.

WaitSettings

public CallSettings WaitSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.Wait and GlobalOperationsClient.WaitAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

Methods

Clone()

public GlobalOperationsSettings Clone()

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

Returns
TypeDescription
GlobalOperationsSettings

A deep clone of this GlobalOperationsSettings object.

GetDefault()

public static GlobalOperationsSettings GetDefault()

Get a new instance of the default GlobalOperationsSettings.

Returns
TypeDescription
GlobalOperationsSettings

A new instance of the default GlobalOperationsSettings.