public enum AnnotateAssessmentRequest.Annotation extends Enum<AnnotateAssessmentRequest.Annotation> implements ProtocolMessageEnumEnum that represents the types of annotations.
Protobuf enum google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ANNOTATION_UNSPECIFIED | Default unspecified type. |
| ANNOTATION_UNSPECIFIED_VALUE | Default unspecified type. |
| FRAUDULENT | Provides information that the event turned out to be fraudulent. |
| FRAUDULENT_VALUE | Provides information that the event turned out to be fraudulent. |
| LEGITIMATE | Provides information that the event turned out to be legitimate. |
| LEGITIMATE_VALUE | Provides information that the event turned out to be legitimate. |
| PASSWORD_CORRECT | Provides information that the event was related to a login event in which the user typed the correct password. Deprecated, prefer indicating CORRECT_PASSWORD through the reasons field instead. |
| PASSWORD_CORRECT_VALUE | Provides information that the event was related to a login event in which the user typed the correct password. Deprecated, prefer indicating CORRECT_PASSWORD through the reasons field instead. |
| PASSWORD_INCORRECT | Provides information that the event was related to a login event in which the user typed the incorrect password. Deprecated, prefer indicating INCORRECT_PASSWORD through the reasons field instead. |
| PASSWORD_INCORRECT_VALUE | Provides information that the event was related to a login event in which the user typed the incorrect password. Deprecated, prefer indicating INCORRECT_PASSWORD through the reasons field instead. |
| 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() |