Enum FailureDetails.IncludeScanning.Code

    • Enum Constant Detail

      • INCLUDE_SCANNING_UNKNOWN

        public static final FailureDetails.IncludeScanning.Code INCLUDE_SCANNING_UNKNOWN
        INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      • INITIALIZE_INCLUDE_HINTS_ERROR

        public static final FailureDetails.IncludeScanning.Code INITIALIZE_INCLUDE_HINTS_ERROR
        INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }
      • INCLUDE_HINTS_FILE_NOT_IN_PACKAGE

        public static final FailureDetails.IncludeScanning.Code INCLUDE_HINTS_FILE_NOT_IN_PACKAGE
        INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... }
      • INCLUDE_HINTS_READ_FAILURE

        public static final FailureDetails.IncludeScanning.Code INCLUDE_HINTS_READ_FAILURE
        INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }
      • PACKAGE_LOAD_FAILURE

        public static final FailureDetails.IncludeScanning.Code PACKAGE_LOAD_FAILURE
         TODO(b/166268889): this code should be deprecated in favor of more finely
          resolved loading-phase codes.
         
        PACKAGE_LOAD_FAILURE = 6 [(.failure_details.metadata) = { ... }
      • USER_PACKAGE_LOAD_FAILURE

        public static final FailureDetails.IncludeScanning.Code USER_PACKAGE_LOAD_FAILURE
        USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }
      • SYSTEM_PACKAGE_LOAD_FAILURE

        public static final FailureDetails.IncludeScanning.Code SYSTEM_PACKAGE_LOAD_FAILURE
        SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }
      • UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE

        public static final FailureDetails.IncludeScanning.Code UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE
        UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... }
    • Field Detail

      • INCLUDE_SCANNING_UNKNOWN_VALUE

        public static final int INCLUDE_SCANNING_UNKNOWN_VALUE
        INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INITIALIZE_INCLUDE_HINTS_ERROR_VALUE

        public static final int INITIALIZE_INCLUDE_HINTS_ERROR_VALUE
        INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • SCANNING_IO_EXCEPTION_VALUE

        public static final int SCANNING_IO_EXCEPTION_VALUE
        SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INCLUDE_HINTS_FILE_NOT_IN_PACKAGE_VALUE

        public static final int INCLUDE_HINTS_FILE_NOT_IN_PACKAGE_VALUE
        INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • INCLUDE_HINTS_READ_FAILURE_VALUE

        public static final int INCLUDE_HINTS_READ_FAILURE_VALUE
        INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • ILLEGAL_ABSOLUTE_PATH_VALUE

        public static final int ILLEGAL_ABSOLUTE_PATH_VALUE
        ILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PACKAGE_LOAD_FAILURE_VALUE

        public static final int PACKAGE_LOAD_FAILURE_VALUE
         TODO(b/166268889): this code should be deprecated in favor of more finely
          resolved loading-phase codes.
         
        PACKAGE_LOAD_FAILURE = 6 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • USER_PACKAGE_LOAD_FAILURE_VALUE

        public static final int USER_PACKAGE_LOAD_FAILURE_VALUE
        USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • SYSTEM_PACKAGE_LOAD_FAILURE_VALUE

        public static final int SYSTEM_PACKAGE_LOAD_FAILURE_VALUE
        SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE

        public static final int UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE
        UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.IncludeScanning.Code[] 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 (FailureDetails.IncludeScanning.Code c : FailureDetails.IncludeScanning.Code.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FailureDetails.IncludeScanning.Code valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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 FailureDetails.IncludeScanning.Code 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static FailureDetails.IncludeScanning.Code 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 FailureDetails.IncludeScanning.Code 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null