Enum WafSettings.WafFeature (3.38.0)

public enum WafSettings.WafFeature extends Enum<WafSettings.WafFeature> implements ProtocolMessageEnum

Supported 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

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_TOKEN

Use reCAPTCHA action-tokens to protect user actions.

ACTION_TOKEN = 3;

ACTION_TOKEN_VALUE

Use reCAPTCHA action-tokens to protect user actions.

ACTION_TOKEN = 3;

CHALLENGE_PAGE

Redirects suspicious traffic to reCAPTCHA.

CHALLENGE_PAGE = 1;

CHALLENGE_PAGE_VALUE

Redirects suspicious traffic to reCAPTCHA.

CHALLENGE_PAGE = 1;

EXPRESS

Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.

EXPRESS = 5;

EXPRESS_VALUE

Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.

EXPRESS = 5;

SESSION_TOKEN

Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.

SESSION_TOKEN = 2;

SESSION_TOKEN_VALUE

Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.

SESSION_TOKEN = 2;

UNRECOGNIZED
WAF_FEATURE_UNSPECIFIED

Undefined feature.

WAF_FEATURE_UNSPECIFIED = 0;

WAF_FEATURE_UNSPECIFIED_VALUE

Undefined feature.

WAF_FEATURE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()