Class RecaptchaEnterpriseServiceSettings (1.3.0)

public sealed class RecaptchaEnterpriseServiceSettings : ServiceSettingsBase

Settings for RecaptchaEnterpriseServiceClient instances.

Inheritance

Object > ServiceSettingsBase > RecaptchaEnterpriseServiceSettings

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

RecaptchaEnterpriseServiceSettings()

public RecaptchaEnterpriseServiceSettings()

Constructs a new RecaptchaEnterpriseServiceSettings object with default settings.

Properties

AnnotateAssessmentSettings

public CallSettings AnnotateAssessmentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.AnnotateAssessment and RecaptchaEnterpriseServiceClient.AnnotateAssessmentAsync.

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

CreateAssessmentSettings

public CallSettings CreateAssessmentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.CreateAssessment and RecaptchaEnterpriseServiceClient.CreateAssessmentAsync.

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

CreateKeySettings

public CallSettings CreateKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.CreateKey and RecaptchaEnterpriseServiceClient.CreateKeyAsync .

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

DeleteKeySettings

public CallSettings DeleteKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.DeleteKey and RecaptchaEnterpriseServiceClient.DeleteKeyAsync .

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

GetKeySettings

public CallSettings GetKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.GetKey and RecaptchaEnterpriseServiceClient.GetKeyAsync.

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

ListKeysSettings

public CallSettings ListKeysSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.ListKeys and RecaptchaEnterpriseServiceClient.ListKeysAsync.

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

UpdateKeySettings

public CallSettings UpdateKeySettings { get; set; }

CallSettings for synchronous and asynchronous calls to RecaptchaEnterpriseServiceClient.UpdateKey and RecaptchaEnterpriseServiceClient.UpdateKeyAsync .

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

Methods

Clone()

public RecaptchaEnterpriseServiceSettings Clone()

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

Returns
TypeDescription
RecaptchaEnterpriseServiceSettings

A deep clone of this RecaptchaEnterpriseServiceSettings object.

GetDefault()

public static RecaptchaEnterpriseServiceSettings GetDefault()

Get a new instance of the default RecaptchaEnterpriseServiceSettings.

Returns
TypeDescription
RecaptchaEnterpriseServiceSettings

A new instance of the default RecaptchaEnterpriseServiceSettings.