public sealed class IAMPolicySettings : Api.Gax.Grpc.ServiceSettingsBase
Settings for IAMPolicyClient instances.
Namespace
Google.Cloud.Iam.V1Assembly
Google.Cloud.Iam.V1.dll
Constructors
IAMPolicySettings()
public IAMPolicySettings()
Constructs a new IAMPolicySettings object with default settings.
Properties
GetIamPolicySettings
public Api.Gax.Grpc.CallSettings GetIamPolicySettings { get; set; }
for synchronous and asynchronous calls to
IAMPolicyClient.GetIamPolicy
and IAMPolicyClient.GetIamPolicyAsync
.
Property Value | |
---|---|
Type | Description |
Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- No timeout is applied.
SetIamPolicySettings
public Api.Gax.Grpc.CallSettings SetIamPolicySettings { get; set; }
for synchronous and asynchronous calls to
IAMPolicyClient.SetIamPolicy
and IAMPolicyClient.SetIamPolicyAsync
.
Property Value | |
---|---|
Type | Description |
Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- No timeout is applied.
TestIamPermissionsSettings
public Api.Gax.Grpc.CallSettings TestIamPermissionsSettings { get; set; }
for synchronous and asynchronous calls to
IAMPolicyClient.TestIamPermissions
and IAMPolicyClient.TestIamPermissionsAsync
.
Property Value | |
---|---|
Type | Description |
Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public IAMPolicySettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
IAMPolicySettings | A deep clone of this IAMPolicySettings object. |
GetDefault()
public static IAMPolicySettings GetDefault()
Get a new instance of the default IAMPolicySettings.
Returns | |
---|---|
Type | Description |
IAMPolicySettings | A new instance of the default IAMPolicySettings. |