Cloud Resource Manager v3 API - Class TagKeysSettings (2.4.0)

public sealed class TagKeysSettings : ServiceSettingsBase

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

Settings for TagKeysClient instances.

Inheritance

object > ServiceSettingsBase > TagKeysSettings

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

TagKeysSettings()

public TagKeysSettings()

Constructs a new TagKeysSettings object with default settings.

Properties

CreateTagKeyOperationsSettings

public OperationsSettings CreateTagKeyOperationsSettings { get; set; }

Long Running Operation settings for calls to TagKeysClient.CreateTagKey and TagKeysClient.CreateTagKeyAsync.

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.

CreateTagKeySettings

public CallSettings CreateTagKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.CreateTagKey and TagKeysClient.CreateTagKeyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteTagKeyOperationsSettings

public OperationsSettings DeleteTagKeyOperationsSettings { get; set; }

Long Running Operation settings for calls to TagKeysClient.DeleteTagKey and TagKeysClient.DeleteTagKeyAsync.

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.

DeleteTagKeySettings

public CallSettings DeleteTagKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.DeleteTagKey and TagKeysClient.DeleteTagKeyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetIamPolicySettings

public CallSettings GetIamPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.GetIamPolicy and TagKeysClient.GetIamPolicyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetNamespacedTagKeySettings

public CallSettings GetNamespacedTagKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.GetNamespacedTagKey and TagKeysClient.GetNamespacedTagKeyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetTagKeySettings

public CallSettings GetTagKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.GetTagKey and TagKeysClient.GetTagKeyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

ListTagKeysSettings

public CallSettings ListTagKeysSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.ListTagKeys and TagKeysClient.ListTagKeysAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

SetIamPolicySettings

public CallSettings SetIamPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.SetIamPolicy and TagKeysClient.SetIamPolicyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

TestIamPermissionsSettings

public CallSettings TestIamPermissionsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.TestIamPermissions and TagKeysClient.TestIamPermissionsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateTagKeyOperationsSettings

public OperationsSettings UpdateTagKeyOperationsSettings { get; set; }

Long Running Operation settings for calls to TagKeysClient.UpdateTagKey and TagKeysClient.UpdateTagKeyAsync.

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.

UpdateTagKeySettings

public CallSettings UpdateTagKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to TagKeysClient.UpdateTagKey and TagKeysClient.UpdateTagKeyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public TagKeysSettings Clone()

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

Returns
TypeDescription
TagKeysSettings

A deep clone of this TagKeysSettings object.

GetDefault()

public static TagKeysSettings GetDefault()

Get a new instance of the default TagKeysSettings.

Returns
TypeDescription
TagKeysSettings

A new instance of the default TagKeysSettings.