Package viam.app.datasync.v1
Enum Class DataSync.MimeType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<DataSync.MimeType>
,Constable
- Enclosing class:
- DataSync
public static enum DataSync.MimeType
extends Enum<DataSync.MimeType>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.datasync.v1.MimeType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMIME_TYPE_APPLICATION_PCD = 3;
MIME_TYPE_IMAGE_JPEG = 1;
MIME_TYPE_IMAGE_PNG = 2;
MIME_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
MIME_TYPE_APPLICATION_PCD = 3;
static final int
MIME_TYPE_IMAGE_JPEG = 1;
static final int
MIME_TYPE_IMAGE_PNG = 2;
static final int
MIME_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataSync.MimeType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<DataSync.MimeType>
static com.google.protobuf.Internal.EnumVerifier
static DataSync.MimeType
valueOf
(int value) Deprecated.static DataSync.MimeType
Returns the enum constant of this class with the specified name.static DataSync.MimeType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MIME_TYPE_UNSPECIFIED
MIME_TYPE_UNSPECIFIED = 0;
-
MIME_TYPE_IMAGE_JPEG
MIME_TYPE_IMAGE_JPEG = 1;
-
MIME_TYPE_IMAGE_PNG
MIME_TYPE_IMAGE_PNG = 2;
-
MIME_TYPE_APPLICATION_PCD
MIME_TYPE_APPLICATION_PCD = 3;
-
UNRECOGNIZED
-
-
Field Details
-
MIME_TYPE_UNSPECIFIED_VALUE
public static final int MIME_TYPE_UNSPECIFIED_VALUEMIME_TYPE_UNSPECIFIED = 0;
- See Also:
-
MIME_TYPE_IMAGE_JPEG_VALUE
public static final int MIME_TYPE_IMAGE_JPEG_VALUEMIME_TYPE_IMAGE_JPEG = 1;
- See Also:
-
MIME_TYPE_IMAGE_PNG_VALUE
public static final int MIME_TYPE_IMAGE_PNG_VALUEMIME_TYPE_IMAGE_PNG = 2;
- See Also:
-
MIME_TYPE_APPLICATION_PCD_VALUE
public static final int MIME_TYPE_APPLICATION_PCD_VALUEMIME_TYPE_APPLICATION_PCD = 3;
- See Also:
-
-
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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
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
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-