Compute Engine v1 API - Class GlobalOrganizationOperationsSettings (2.15.0)

public sealed class GlobalOrganizationOperationsSettings : ServiceSettingsBase

Reference documentation and code samples for the Compute Engine v1 API class GlobalOrganizationOperationsSettings.

Settings for GlobalOrganizationOperationsClient instances.

Inheritance

object > ServiceSettingsBase > GlobalOrganizationOperationsSettings

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalOrganizationOperationsSettings()

public GlobalOrganizationOperationsSettings()

Constructs a new GlobalOrganizationOperationsSettings object with default settings.

Properties

DeleteSettings

public CallSettings DeleteSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GlobalOrganizationOperationsClient.Delete and GlobalOrganizationOperationsClient.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 GlobalOrganizationOperationsClient.Get and GlobalOrganizationOperationsClient.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 GlobalOrganizationOperationsClient.List and GlobalOrganizationOperationsClient.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.

Methods

Clone()

public GlobalOrganizationOperationsSettings Clone()

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

Returns
TypeDescription
GlobalOrganizationOperationsSettings

A deep clone of this GlobalOrganizationOperationsSettings object.

GetDefault()

public static GlobalOrganizationOperationsSettings GetDefault()

Get a new instance of the default GlobalOrganizationOperationsSettings.

Returns
TypeDescription
GlobalOrganizationOperationsSettings

A new instance of the default GlobalOrganizationOperationsSettings.