public sealed class TagKeysSettings : ServiceSettingsBase
Settings for TagKeysClient instances.
Namespace
Google.Cloud.ResourceManager.V3Assembly
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 | |
---|---|
Type | Description |
OperationsSettings |
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
OperationsSettings |
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 60 seconds.
GetTagKeySettings
public CallSettings GetTagKeySettings { get; set; }
CallSettings for synchronous and asynchronous calls to TagKeysClient.GetTagKey
and TagKeysClient.GetTagKeyAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 60 seconds.
ListTagKeysSettings
public CallSettings ListTagKeysSettings { get; set; }
CallSettings for synchronous and asynchronous calls to TagKeysClient.ListTagKeys
and TagKeysClient.ListTagKeysAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 60 seconds.
SetIamPolicySettings
public CallSettings SetIamPolicySettings { get; set; }
CallSettings for synchronous and asynchronous calls to TagKeysClient.SetIamPolicy
and TagKeysClient.SetIamPolicyAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
OperationsSettings |
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
TagKeysSettings | A deep clone of this TagKeysSettings object. |
GetDefault()
public static TagKeysSettings GetDefault()
Get a new instance of the default TagKeysSettings.
Returns | |
---|---|
Type | Description |
TagKeysSettings | A new instance of the default TagKeysSettings. |