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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription/ <summary> / The file is already in use./ <summary> / The path already exists./ <summary> / The path is invalid./ <summary> / Success / </summary>/ <summary> / The path does not exist./ <summary> / There is not enough space on the device left./ <summary> / The error is not listed in this enumeration. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int/ <summary> / The file is already in use.static final int/ <summary> / The path already exists.static final int/ <summary> / The path is invalid.static final int/ <summary> / Success / </summary>static final int/ <summary> / The path does not exist.static final int/ <summary> / There is not enough space on the device left.static final int/ <summary> / The error is not listed in this enumeration.private static final com.google.protobuf.Internal.EnumLiteMap<FileSystemErrorOuterClass.FileSystemError> private final intprivate static final FileSystemErrorOuterClass.FileSystemError[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FileSystemErrorOuterClass.FileSystemError> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FSE_None
/ <summary> / Success / </summary>
FSE_None = 0; -
FSE_Unknown
/ <summary> / The error is not listed in this enumeration. / </summary>
FSE_Unknown = 1; -
FSE_InvalidPath
/ <summary> / The path is invalid. / </summary>
FSE_InvalidPath = 2; -
FSE_NotExist
/ <summary> / The path does not exist. / </summary>
FSE_NotExist = 3; -
FSE_AlreadyExists
/ <summary> / The path already exists. / </summary>
FSE_AlreadyExists = 4; -
FSE_AccessDenied
/ <summary> / The file is already in use. / </summary>
FSE_AccessDenied = 5; -
FSE_OutOfSpace
/ <summary> / There is not enough space on the device left. / </summary>
FSE_OutOfSpace = 6; -
UNRECOGNIZED
-
-
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
-
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
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 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.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 nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FileSystemErrorOuterClass.FileSystemError> 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 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 nameNullPointerException- if the argument is null
-