Enum Class FileSystemErrorOuterClass.FileSystemError

java.lang.Object
java.lang.Enum<FileSystemErrorOuterClass.FileSystemError>
Arp.System.Commons.Services.Io.Grpc.FileSystemErrorOuterClass.FileSystemError
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FileSystemErrorOuterClass.FileSystemError>, Constable
Enclosing class:
FileSystemErrorOuterClass

public static enum FileSystemErrorOuterClass.FileSystemError extends Enum<FileSystemErrorOuterClass.FileSystemError> implements com.google.protobuf.ProtocolMessageEnum
/ <summary>
 / This enum is used by several file operations.
 / </summary>
 
Protobuf enum Arp.System.Commons.Services.Io.Grpc.FileSystemError
  • Enum Constant Details

  • Field Details

    • FSE_None_VALUE

      public static final int FSE_None_VALUE
      / <summary>
       / Success
       / </summary>
       
      FSE_None = 0;
      See Also:
    • FSE_Unknown_VALUE

      public static final int FSE_Unknown_VALUE
      / <summary>
       / The error is not listed in this enumeration.
       / </summary>
       
      FSE_Unknown = 1;
      See Also:
    • FSE_InvalidPath_VALUE

      public static final int FSE_InvalidPath_VALUE
      / <summary>
       / The path is invalid.
       / </summary>
       
      FSE_InvalidPath = 2;
      See Also:
    • FSE_NotExist_VALUE

      public static final int FSE_NotExist_VALUE
      / <summary>
       / The path does not exist.
       / </summary>
       
      FSE_NotExist = 3;
      See Also:
    • FSE_AlreadyExists_VALUE

      public static final int FSE_AlreadyExists_VALUE
      / <summary>
       / The path already exists.
       / </summary>
       
      FSE_AlreadyExists = 4;
      See Also:
    • FSE_AccessDenied_VALUE

      public static final int FSE_AccessDenied_VALUE
      / <summary>
       / The file is already in use.
       / </summary>
       
      FSE_AccessDenied = 5;
      See Also:
    • FSE_OutOfSpace_VALUE

      public static final int FSE_OutOfSpace_VALUE
      / <summary>
       / There is not enough space on the device left.
       / </summary>
       
      FSE_OutOfSpace = 6;
      See Also:
    • internalValueMap

      private static final com.google.protobuf.Internal.EnumLiteMap<FileSystemErrorOuterClass.FileSystemError> internalValueMap
    • VALUES

      private static final FileSystemErrorOuterClass.FileSystemError[] VALUES
    • value

      private final int value
  • Constructor Details

    • FileSystemError

      private FileSystemError(int value)
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FileSystemErrorOuterClass.FileSystemError valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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 FileSystemErrorOuterClass.FileSystemError valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static FileSystemErrorOuterClass.FileSystemError forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<FileSystemErrorOuterClass.FileSystemError> internalGetValueMap()
    • 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 FileSystemErrorOuterClass.FileSystemError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null