Enum AnnotateAssessmentRequest.Annotation

    • Enum Constant Detail

      • 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];
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null