Enum AnnotateAssessmentRequest.Annotation (3.17.0)

public enum AnnotateAssessmentRequest.Annotation extends Enum<AnnotateAssessmentRequest.Annotation> implements ProtocolMessageEnum

Enum that represents the types of annotations.

Protobuf enum google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANNOTATION_UNSPECIFIED

Default unspecified type.

ANNOTATION_UNSPECIFIED = 0;

ANNOTATION_UNSPECIFIED_VALUE

Default unspecified type.

ANNOTATION_UNSPECIFIED = 0;

FRAUDULENT

Provides information that the event turned out to be fraudulent.

FRAUDULENT = 2;

FRAUDULENT_VALUE

Provides information that the event turned out to be fraudulent.

FRAUDULENT = 2;

LEGITIMATE

Provides information that the event turned out to be legitimate.

LEGITIMATE = 1;

LEGITIMATE_VALUE

Provides information that the event turned out to be legitimate.

LEGITIMATE = 1;

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 = 3 [deprecated = true];

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_CORRECT = 3 [deprecated = true];

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 = 4 [deprecated = true];

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.

PASSWORD_INCORRECT = 4 [deprecated = true];

UNRECOGNIZED

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