public sealed class GlobalOperationsSettings : ServiceSettingsBase
Reference documentation and code samples for the Compute Engine v1 API class GlobalOperationsSettings.
Settings for GlobalOperationsClient instances.
Namespace
Google.Cloud.Compute.V1Assembly
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 | |
---|---|
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.
DeleteSettings
public CallSettings DeleteSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GlobalOperationsClient.Delete
and GlobalOperationsClient.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 GlobalOperationsClient.Get
and GlobalOperationsClient.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 GlobalOperationsClient.List
and GlobalOperationsClient.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.
WaitSettings
public CallSettings WaitSettings { get; set; }
CallSettings for synchronous and asynchronous calls to GlobalOperationsClient.Wait
and GlobalOperationsClient.WaitAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
GlobalOperationsSettings | A deep clone of this GlobalOperationsSettings object. |
GetDefault()
public static GlobalOperationsSettings GetDefault()
Get a new instance of the default GlobalOperationsSettings.
Returns | |
---|---|
Type | Description |
GlobalOperationsSettings | A new instance of the default GlobalOperationsSettings. |