Copied!

Supported WAF features. For more information, see https://cloud.google.com/recaptcha/docs/usecase#comparison_of_features.

Ensure that applications can handle values not explicitly listed.

Protobuf type google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\WafSettings\WafFeature::ACTION_TOKEN = 3
 

Use reCAPTCHA action-tokens to protect user actions.

Generated from protobuf enum ACTION_TOKEN = 3;

public Google\Cloud\RecaptchaEnterprise\V1\WafSettings\WafFeature::CHALLENGE_PAGE = 1
 

Redirects suspicious traffic to reCAPTCHA.

Generated from protobuf enum CHALLENGE_PAGE = 1;

public Google\Cloud\RecaptchaEnterprise\V1\WafSettings\WafFeature::EXPRESS = 5
 

Deprecated: Use express_settings instead.

Generated from protobuf enum EXPRESS = 5 [deprecated = true];

public Google\Cloud\RecaptchaEnterprise\V1\WafSettings\WafFeature::SESSION_TOKEN = 2
 

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

Generated from protobuf enum SESSION_TOKEN = 2;

public Google\Cloud\RecaptchaEnterprise\V1\WafSettings\WafFeature::WAF_FEATURE_UNSPECIFIED = 0
 

Undefined feature.

Generated from protobuf enum WAF_FEATURE_UNSPECIFIED = 0;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['WAF_FEATURE_UNSPECIFIED', 'CHALLENGE_PAGE', 'SESSION_TOKEN', 'ACTION_TOKEN', 5 => 'EXPRESS']
Properties
private static $valueToName = ['WAF_FEATURE_UNSPECIFIED', 'CHALLENGE_PAGE', 'SESSION_TOKEN', 'ACTION_TOKEN', 5 => 'EXPRESS']
Methods
public static name( $value)
public static value( $name)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration