public sealed class BinauthzManagementServiceV1Settings : ServiceSettingsBaseReference documentation and code samples for the Binary Authorization v1 API class BinauthzManagementServiceV1Settings.
Settings for BinauthzManagementServiceV1Client instances.
Namespace
Google.Cloud.BinaryAuthorization.V1Assembly
Google.Cloud.BinaryAuthorization.V1.dll
Constructors
BinauthzManagementServiceV1Settings()
public BinauthzManagementServiceV1Settings()Constructs a new BinauthzManagementServiceV1Settings object with default settings.
Properties
CreateAttestorSettings
public CallSettings CreateAttestorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.CreateAttestor and
BinauthzManagementServiceV1Client.CreateAttestorAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 600 seconds.
 
DeleteAttestorSettings
public CallSettings DeleteAttestorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.DeleteAttestor and
BinauthzManagementServiceV1Client.DeleteAttestorAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
GetAttestorSettings
public CallSettings GetAttestorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.GetAttestor and
BinauthzManagementServiceV1Client.GetAttestorAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
GetPolicySettings
public CallSettings GetPolicySettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.GetPolicy and BinauthzManagementServiceV1Client.GetPolicyAsync
.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
ListAttestorsSettings
public CallSettings ListAttestorsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.ListAttestors and
BinauthzManagementServiceV1Client.ListAttestorsAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
UpdateAttestorSettings
public CallSettings UpdateAttestorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.UpdateAttestor and
BinauthzManagementServiceV1Client.UpdateAttestorAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
UpdatePolicySettings
public CallSettings UpdatePolicySettings { get; set; }CallSettings for synchronous and asynchronous calls to
BinauthzManagementServiceV1Client.UpdatePolicy and
BinauthzManagementServiceV1Client.UpdatePolicyAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- Initial retry delay: 100 milliseconds.
 - Retry delay multiplier: 1.3
 - Retry maximum delay: 60000 milliseconds.
 - Maximum attempts: Unlimited
 - Retriable status codes: DeadlineExceeded, Unavailable.
 - Timeout: 600 seconds.
 
Methods
Clone()
public BinauthzManagementServiceV1Settings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
BinauthzManagementServiceV1Settings | 
        A deep clone of this BinauthzManagementServiceV1Settings object.  | 
      
GetDefault()
public static BinauthzManagementServiceV1Settings GetDefault()Get a new instance of the default BinauthzManagementServiceV1Settings.
| Returns | |
|---|---|
| Type | Description | 
BinauthzManagementServiceV1Settings | 
        A new instance of the default BinauthzManagementServiceV1Settings.  |