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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionMIME_TYPE_APPLICATION_PCD = 3;MIME_TYPE_IMAGE_JPEG = 1;MIME_TYPE_IMAGE_PNG = 2;MIME_TYPE_UNSPECIFIED = 0;
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intMIME_TYPE_APPLICATION_PCD = 3;static final intMIME_TYPE_IMAGE_JPEG = 1;static final intMIME_TYPE_IMAGE_PNG = 2;static final intMIME_TYPE_UNSPECIFIED = 0;
- 
Method SummaryModifier and TypeMethodDescriptionstatic DataSync.MimeTypeforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<DataSync.MimeType>static com.google.protobuf.Internal.EnumVerifierstatic DataSync.MimeTypevalueOf(int value) Deprecated.static DataSync.MimeTypeReturns 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_UNSPECIFIEDMIME_TYPE_UNSPECIFIED = 0;
- 
MIME_TYPE_IMAGE_JPEGMIME_TYPE_IMAGE_JPEG = 1;
- 
MIME_TYPE_IMAGE_PNGMIME_TYPE_IMAGE_PNG = 2;
- 
MIME_TYPE_APPLICATION_PCDMIME_TYPE_APPLICATION_PCD = 3;
- 
UNRECOGNIZED
 
- 
- 
Field Details- 
MIME_TYPE_UNSPECIFIED_VALUEpublic static final int MIME_TYPE_UNSPECIFIED_VALUEMIME_TYPE_UNSPECIFIED = 0;- See Also:
 
- 
MIME_TYPE_IMAGE_JPEG_VALUEpublic static final int MIME_TYPE_IMAGE_JPEG_VALUEMIME_TYPE_IMAGE_JPEG = 1;- See Also:
 
- 
MIME_TYPE_IMAGE_PNG_VALUEpublic static final int MIME_TYPE_IMAGE_PNG_VALUEMIME_TYPE_IMAGE_PNG = 2;- See Also:
 
- 
MIME_TYPE_APPLICATION_PCD_VALUEpublic static final int MIME_TYPE_APPLICATION_PCD_VALUEMIME_TYPE_APPLICATION_PCD = 3;- See Also:
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getNumberpublic final int getNumber()- Specified by:
- getNumberin interface- com.google.protobuf.Internal.EnumLite
 
- 
valueOfDeprecated.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
- 
internalGetValueMap
- 
internalGetVerifierpublic static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
 
-