public sealed class GlobalOrganizationOperationsSettings : ServiceSettingsBaseReference documentation and code samples for the Compute Engine v1 API class GlobalOrganizationOperationsSettings.
Settings for GlobalOrganizationOperationsClient instances.
Namespace
Google.Cloud.Compute.V1Assembly
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
GlobalOrganizationOperationsSettings |
A deep clone of this GlobalOrganizationOperationsSettings object. |
GetDefault()
public static GlobalOrganizationOperationsSettings GetDefault()Get a new instance of the default GlobalOrganizationOperationsSettings.
| Returns | |
|---|---|
| Type | Description |
GlobalOrganizationOperationsSettings |
A new instance of the default GlobalOrganizationOperationsSettings. |