Cloud Resource Manager v3 API - Class TagHoldsSettings (2.2.0)

public sealed class TagHoldsSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Resource Manager v3 API class TagHoldsSettings.

Settings for TagHoldsClient instances.

Inheritance

object > ServiceSettingsBase > TagHoldsSettings

Namespace

Google.Cloud.ResourceManager.V3

Assembly

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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
TagHoldsSettings

A deep clone of this TagHoldsSettings object.

GetDefault()

public static TagHoldsSettings GetDefault()

Get a new instance of the default TagHoldsSettings.

Returns
TypeDescription
TagHoldsSettings

A new instance of the default TagHoldsSettings.