Enum AnnotateAssessmentRequest.Annotation
- java.lang.Object
-
- java.lang.Enum<AnnotateAssessmentRequest.Annotation>
-
- com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AnnotateAssessmentRequest.Annotation>
- Enclosing class:
- AnnotateAssessmentRequest
public static enum AnnotateAssessmentRequest.Annotation extends Enum<AnnotateAssessmentRequest.Annotation> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents the types of annotations.
Protobuf enumgoogle.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANNOTATION_UNSPECIFIED
Default unspecified type.FRAUDULENT
Provides information that the event turned out to be fraudulent.LEGITIMATE
Provides information that the event turned out to be legitimate.PASSWORD_CORRECT
Deprecated.PASSWORD_INCORRECT
Deprecated.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATION_UNSPECIFIED_VALUE
Default unspecified type.static int
FRAUDULENT_VALUE
Provides information that the event turned out to be fraudulent.static int
LEGITIMATE_VALUE
Provides information that the event turned out to be legitimate.static int
PASSWORD_CORRECT_VALUE
Deprecated.static int
PASSWORD_INCORRECT_VALUE
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AnnotateAssessmentRequest.Annotation
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<AnnotateAssessmentRequest.Annotation>
internalGetValueMap()
static AnnotateAssessmentRequest.Annotation
valueOf(int value)
Deprecated.static AnnotateAssessmentRequest.Annotation
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AnnotateAssessmentRequest.Annotation
valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotateAssessmentRequest.Annotation[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ANNOTATION_UNSPECIFIED
public static final AnnotateAssessmentRequest.Annotation ANNOTATION_UNSPECIFIED
Default unspecified type.
ANNOTATION_UNSPECIFIED = 0;
-
LEGITIMATE
public static final AnnotateAssessmentRequest.Annotation LEGITIMATE
Provides information that the event turned out to be legitimate.
LEGITIMATE = 1;
-
FRAUDULENT
public static final AnnotateAssessmentRequest.Annotation FRAUDULENT
Provides information that the event turned out to be fraudulent.
FRAUDULENT = 2;
-
PASSWORD_CORRECT
@Deprecated public static final AnnotateAssessmentRequest.Annotation PASSWORD_CORRECT
Deprecated.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
@Deprecated public static final AnnotateAssessmentRequest.Annotation PASSWORD_INCORRECT
Deprecated.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
public static final AnnotateAssessmentRequest.Annotation UNRECOGNIZED
-
-
Field Detail
-
ANNOTATION_UNSPECIFIED_VALUE
public static final int ANNOTATION_UNSPECIFIED_VALUE
Default unspecified type.
ANNOTATION_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
LEGITIMATE_VALUE
public static final int LEGITIMATE_VALUE
Provides information that the event turned out to be legitimate.
LEGITIMATE = 1;
- See Also:
- Constant Field Values
-
FRAUDULENT_VALUE
public static final int FRAUDULENT_VALUE
Provides information that the event turned out to be fraudulent.
FRAUDULENT = 2;
- See Also:
- Constant Field Values
-
PASSWORD_CORRECT_VALUE
@Deprecated public static final int PASSWORD_CORRECT_VALUE
Deprecated.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];
- See Also:
- Constant Field Values
-
PASSWORD_INCORRECT_VALUE
@Deprecated public static final int PASSWORD_INCORRECT_VALUE
Deprecated.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];
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AnnotateAssessmentRequest.Annotation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AnnotateAssessmentRequest.Annotation c : AnnotateAssessmentRequest.Annotation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnnotateAssessmentRequest.Annotation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AnnotateAssessmentRequest.Annotation valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static AnnotateAssessmentRequest.Annotation forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AnnotateAssessmentRequest.Annotation> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AnnotateAssessmentRequest.Annotation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-