Class BinauthzManagementServiceV1Beta1Settings (1.0.0-beta05)

public sealed class BinauthzManagementServiceV1Beta1Settings : ServiceSettingsBase

Inheritance

Object > ServiceSettingsBase > BinauthzManagementServiceV1Beta1Settings

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Constructors

BinauthzManagementServiceV1Beta1Settings()

public BinauthzManagementServiceV1Beta1Settings()

Constructs a new BinauthzManagementServiceV1Beta1Settings object with default settings.

Properties

CreateAttestorSettings

public CallSettings CreateAttestorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BinauthzManagementServiceV1Beta1Client.CreateAttestor and BinauthzManagementServiceV1Beta1Client.CreateAttestorAsync.

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

DeleteAttestorSettings

public CallSettings DeleteAttestorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BinauthzManagementServiceV1Beta1Client.DeleteAttestor and BinauthzManagementServiceV1Beta1Client.DeleteAttestorAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Client.GetAttestor and BinauthzManagementServiceV1Beta1Client.GetAttestorAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Client.GetPolicy and BinauthzManagementServiceV1Beta1Client.GetPolicyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Client.ListAttestors and BinauthzManagementServiceV1Beta1Client.ListAttestorsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Client.UpdateAttestor and BinauthzManagementServiceV1Beta1Client.UpdateAttestorAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Client.UpdatePolicy and BinauthzManagementServiceV1Beta1Client.UpdatePolicyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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 BinauthzManagementServiceV1Beta1Settings Clone()

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

Returns
TypeDescription
BinauthzManagementServiceV1Beta1Settings

A deep clone of this BinauthzManagementServiceV1Beta1Settings object.

GetDefault()

public static BinauthzManagementServiceV1Beta1Settings GetDefault()

Get a new instance of the default BinauthzManagementServiceV1Beta1Settings.

Returns
TypeDescription
BinauthzManagementServiceV1Beta1Settings

A new instance of the default BinauthzManagementServiceV1Beta1Settings.