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_UNSPECIFIEDDefault unspecified type.FRAUDULENTProvides information that the event turned out to be fraudulent.LEGITIMATEProvides information that the event turned out to be legitimate.PASSWORD_CORRECTDeprecated.PASSWORD_INCORRECTDeprecated.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intANNOTATION_UNSPECIFIED_VALUEDefault unspecified type.static intFRAUDULENT_VALUEProvides information that the event turned out to be fraudulent.static intLEGITIMATE_VALUEProvides information that the event turned out to be legitimate.static intPASSWORD_CORRECT_VALUEDeprecated.static intPASSWORD_INCORRECT_VALUEDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AnnotateAssessmentRequest.AnnotationforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AnnotateAssessmentRequest.Annotation>internalGetValueMap()static AnnotateAssessmentRequest.AnnotationvalueOf(int value)Deprecated.static AnnotateAssessmentRequest.AnnotationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AnnotateAssessmentRequest.AnnotationvalueOf(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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein 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
-
-