public enum TestingOptions.TestingChallenge extends Enum<TestingOptions.TestingChallenge> implements ProtocolMessageEnumEnum that represents the challenge option for challenge-based (CHECKBOX, INVISIBLE) testing keys.
Protobuf enum google.cloud.recaptchaenterprise.v1.TestingOptions.TestingChallenge
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| NOCAPTCHA | Challenge requests for this key always return a nocaptcha, which does not require a solution. |
| NOCAPTCHA_VALUE | Challenge requests for this key always return a nocaptcha, which does not require a solution. |
| TESTING_CHALLENGE_UNSPECIFIED | Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors. |
| TESTING_CHALLENGE_UNSPECIFIED_VALUE | Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors. |
| UNRECOGNIZED | |
| UNSOLVABLE_CHALLENGE | Challenge requests for this key always return an unsolvable challenge. |
| UNSOLVABLE_CHALLENGE_VALUE | Challenge requests for this key always return an unsolvable challenge. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |