Enum AnnotateAssessmentRequest.Annotation (2.3.1)

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

Enum that reprensents the types of annotations.

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

Implements

ProtocolMessageEnum

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;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()