public sealed class RecaptchaEnterpriseServiceSettings : ServiceSettingsBaseSettings for RecaptchaEnterpriseServiceClient instances.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
RecaptchaEnterpriseServiceSettings |
A deep clone of this RecaptchaEnterpriseServiceSettings object. |
GetDefault()
public static RecaptchaEnterpriseServiceSettings GetDefault()Get a new instance of the default RecaptchaEnterpriseServiceSettings.
| Returns | |
|---|---|
| Type | Description |
RecaptchaEnterpriseServiceSettings |
A new instance of the default RecaptchaEnterpriseServiceSettings. |