Enum FailureDetails.SymlinkAction.Code

    • Field Detail

      • SYMLINK_ACTION_UNKNOWN_VALUE

        public static final int SYMLINK_ACTION_UNKNOWN_VALUE
        SYMLINK_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • EXECUTABLE_INPUT_NOT_FILE_VALUE

        public static final int EXECUTABLE_INPUT_NOT_FILE_VALUE
        EXECUTABLE_INPUT_NOT_FILE = 1 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • EXECUTABLE_INPUT_IS_NOT_VALUE

        public static final int EXECUTABLE_INPUT_IS_NOT_VALUE
        EXECUTABLE_INPUT_IS_NOT = 2 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • EXECUTABLE_INPUT_CHECK_IO_EXCEPTION_VALUE

        public static final int EXECUTABLE_INPUT_CHECK_IO_EXCEPTION_VALUE
        EXECUTABLE_INPUT_CHECK_IO_EXCEPTION = 3 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • LINK_CREATION_IO_EXCEPTION_VALUE

        public static final int LINK_CREATION_IO_EXCEPTION_VALUE
        LINK_CREATION_IO_EXCEPTION = 4 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • LINK_TOUCH_IO_EXCEPTION_VALUE

        public static final int LINK_TOUCH_IO_EXCEPTION_VALUE
        LINK_TOUCH_IO_EXCEPTION = 5 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.SymlinkAction.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.SymlinkAction.Code c : FailureDetails.SymlinkAction.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.SymlinkAction.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.SymlinkAction.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.SymlinkAction.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.SymlinkAction.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