public sealed class TagHoldsSettings : ServiceSettingsBaseReference documentation and code samples for the Cloud Resource Manager v3 API class TagHoldsSettings.
Settings for TagHoldsClient instances.
Namespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
TagHoldsSettings()
public TagHoldsSettings()Constructs a new TagHoldsSettings object with default settings.
Properties
CreateTagHoldOperationsSettings
public OperationsSettings CreateTagHoldOperationsSettings { get; set; }Long Running Operation settings for calls to TagHoldsClient.CreateTagHold and
TagHoldsClient.CreateTagHoldAsync.
| Property Value | |
|---|---|
| Type | Description | 
OperationsSettings | 
        |
Uses default PollSettings of:
- Initial delay: 20 seconds.
 - Delay multiplier: 1.5
 - Maximum delay: 45 seconds.
 - Total timeout: 24 hours.
 
CreateTagHoldSettings
public CallSettings CreateTagHoldSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TagHoldsClient.CreateTagHold and TagHoldsClient.CreateTagHoldAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
DeleteTagHoldOperationsSettings
public OperationsSettings DeleteTagHoldOperationsSettings { get; set; }Long Running Operation settings for calls to TagHoldsClient.DeleteTagHold and
TagHoldsClient.DeleteTagHoldAsync.
| Property Value | |
|---|---|
| Type | Description | 
OperationsSettings | 
        |
Uses default PollSettings of:
- Initial delay: 20 seconds.
 - Delay multiplier: 1.5
 - Maximum delay: 45 seconds.
 - Total timeout: 24 hours.
 
DeleteTagHoldSettings
public CallSettings DeleteTagHoldSettings { get; set; }CallSettings for synchronous and asynchronous calls to
TagHoldsClient.DeleteTagHold and TagHoldsClient.DeleteTagHoldAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
ListTagHoldsSettings
public CallSettings ListTagHoldsSettings { get; set; }CallSettings for synchronous and asynchronous calls to TagHoldsClient.ListTagHolds
 and TagHoldsClient.ListTagHoldsAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - No timeout is applied.
 
Methods
Clone()
public TagHoldsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
TagHoldsSettings | 
        A deep clone of this TagHoldsSettings object.  | 
      
GetDefault()
public static TagHoldsSettings GetDefault()Get a new instance of the default TagHoldsSettings.
| Returns | |
|---|---|
| Type | Description | 
TagHoldsSettings | 
        A new instance of the default TagHoldsSettings.  |