Google Cloud Recaptcha Enterprise V1 Client - Class ChallengeSecurityPreference (1.3.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ChallengeSecurityPreference.

Enum that represents the possible challenge frequency and difficulty configurations for a web key.

Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.ChallengeSecurityPreference

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED

Value: 0

Default type that indicates this enum hasn't been specified.

Generated from protobuf enum CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED = 0;

USABILITY

Value: 1

Key tends to show fewer and easier challenges.

Generated from protobuf enum USABILITY = 1;

BALANCE

Value: 2

Key tends to show balanced (in amount and difficulty) challenges.

Generated from protobuf enum BALANCE = 2;

SECURITY

Value: 3

Key tends to show more and harder challenges.

Generated from protobuf enum SECURITY = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.