Enum TestingOptions.TestingChallenge (3.38.0)

public enum TestingOptions.TestingChallenge extends Enum<TestingOptions.TestingChallenge> implements ProtocolMessageEnum

Enum that represents the challenge option for challenge-based (CHECKBOX, INVISIBLE) testing keys.

Protobuf enum google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NOCAPTCHA

Challenge requests for this key always return a nocaptcha, which does not require a solution.

NOCAPTCHA = 1;

NOCAPTCHA_VALUE

Challenge requests for this key always return a nocaptcha, which does not require a solution.

NOCAPTCHA = 1;

TESTING_CHALLENGE_UNSPECIFIED

Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors.

TESTING_CHALLENGE_UNSPECIFIED = 0;

TESTING_CHALLENGE_UNSPECIFIED_VALUE

Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors.

TESTING_CHALLENGE_UNSPECIFIED = 0;

UNRECOGNIZED
UNSOLVABLE_CHALLENGE

Challenge requests for this key always return an unsolvable challenge.

UNSOLVABLE_CHALLENGE = 2;

UNSOLVABLE_CHALLENGE_VALUE

Challenge requests for this key always return an unsolvable challenge.

UNSOLVABLE_CHALLENGE = 2;

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