public enum RiskAnalysis.Challenge extends Enum<RiskAnalysis.Challenge> implements ProtocolMessageEnum
Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
Protobuf enum google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CHALLENGE_UNSPECIFIED |
Default unspecified type. |
CHALLENGE_UNSPECIFIED_VALUE |
Default unspecified type. |
FAILED |
A solution was submitted that was incorrect or otherwise deemed suspicious. |
FAILED_VALUE |
A solution was submitted that was incorrect or otherwise deemed suspicious. |
NOCAPTCHA |
No challenge was presented for solving. |
NOCAPTCHA_VALUE |
No challenge was presented for solving. |
PASSED |
A solution was submitted that was correct. |
PASSED_VALUE |
A solution was submitted that was correct. |
UNRECOGNIZED |
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() |