public sealed class AccessApprovalServiceSettings : ServiceSettingsBase
Settings for AccessApprovalServiceClient instances.
Inheritance
System.Object > Google.Api.Gax.Grpc.ServiceSettingsBase > AccessApprovalServiceSettingsNamespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
AccessApprovalServiceSettings()
public AccessApprovalServiceSettings()
Constructs a new AccessApprovalServiceSettings object with default settings.
Properties
ApproveApprovalRequestSettings
public CallSettings ApproveApprovalRequestSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.ApproveApprovalRequest
and
AccessApprovalServiceClient.ApproveApprovalRequestAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- Timeout: 600 seconds.
DeleteAccessApprovalSettingsSettings
public CallSettings DeleteAccessApprovalSettingsSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.DeleteAccessApprovalSettings
and
AccessApprovalServiceClient.DeleteAccessApprovalSettingsAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- Timeout: 600 seconds.
DismissApprovalRequestSettings
public CallSettings DismissApprovalRequestSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.DismissApprovalRequest
and
AccessApprovalServiceClient.DismissApprovalRequestAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- Timeout: 600 seconds.
GetAccessApprovalSettingsSettings
public CallSettings GetAccessApprovalSettingsSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.GetAccessApprovalSettings
and
AccessApprovalServiceClient.GetAccessApprovalSettingsAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 600 seconds.
GetApprovalRequestSettings
public CallSettings GetApprovalRequestSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.GetApprovalRequest
and
AccessApprovalServiceClient.GetApprovalRequestAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 600 seconds.
ListApprovalRequestsSettings
public CallSettings ListApprovalRequestsSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.ListApprovalRequests
and
AccessApprovalServiceClient.ListApprovalRequestsAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 600 seconds.
UpdateAccessApprovalSettingsSettings
public CallSettings UpdateAccessApprovalSettingsSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
AccessApprovalServiceClient.UpdateAccessApprovalSettings
and
AccessApprovalServiceClient.UpdateAccessApprovalSettingsAsync
.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- This call will not be retried.
- Timeout: 600 seconds.
Methods
Clone()
public AccessApprovalServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AccessApprovalServiceSettings | A deep clone of this AccessApprovalServiceSettings object. |
GetDefault()
public static AccessApprovalServiceSettings GetDefault()
Get a new instance of the default AccessApprovalServiceSettings.
Returns | |
---|---|
Type | Description |
AccessApprovalServiceSettings | A new instance of the default AccessApprovalServiceSettings. |