public enum WafSettings.WafFeature extends Enum<WafSettings.WafFeature> implements ProtocolMessageEnumSupported WAF features. For more information, see https://cloud.google.com/recaptcha-enterprise/docs/usecase#comparison_of_features.
Protobuf enum google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTION_TOKEN | Use reCAPTCHA action-tokens to protect user actions. |
| ACTION_TOKEN_VALUE | Use reCAPTCHA action-tokens to protect user actions. |
| CHALLENGE_PAGE | Redirects suspicious traffic to reCAPTCHA. |
| CHALLENGE_PAGE_VALUE | Redirects suspicious traffic to reCAPTCHA. |
| SESSION_TOKEN | Use reCAPTCHA session-tokens to protect the whole user session on the site's domain. |
| SESSION_TOKEN_VALUE | Use reCAPTCHA session-tokens to protect the whole user session on the site's domain. |
| UNRECOGNIZED | |
| WAF_FEATURE_UNSPECIFIED | Undefined feature. |
| WAF_FEATURE_UNSPECIFIED_VALUE | Undefined feature. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |