Enum WebKeySettings.ChallengeSecurityPreference

public enum WebKeySettings.ChallengeSecurityPreference extends Enum<WebKeySettings.ChallengeSecurityPreference> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.recaptchaenterprise.v1beta1.WebKeySettings.ChallengeSecurityPreference

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BALANCED

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

BALANCED = 2;

BALANCED_VALUE

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

BALANCED = 2;

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED

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

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED = 0;

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED_VALUE

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

CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED = 0;

SECURITY

Key tends to show more and harder challenges.

SECURITY = 3;

SECURITY_VALUE

Key tends to show more and harder challenges.

SECURITY = 3;

UNRECOGNIZED
USABILITY

Key tends to show fewer and easier challenges.

USABILITY = 1;

USABILITY_VALUE

Key tends to show fewer and easier challenges.

USABILITY = 1;

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()