Enum Class DataSync.MimeType

java.lang.Object
java.lang.Enum<DataSync.MimeType>
viam.app.datasync.v1.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
  • Enum Constant Details

    • MIME_TYPE_UNSPECIFIED

      public static final DataSync.MimeType MIME_TYPE_UNSPECIFIED
      MIME_TYPE_UNSPECIFIED = 0;
    • MIME_TYPE_IMAGE_JPEG

      public static final DataSync.MimeType MIME_TYPE_IMAGE_JPEG
      MIME_TYPE_IMAGE_JPEG = 1;
    • MIME_TYPE_IMAGE_PNG

      public static final DataSync.MimeType MIME_TYPE_IMAGE_PNG
      MIME_TYPE_IMAGE_PNG = 2;
    • MIME_TYPE_APPLICATION_PCD

      public static final DataSync.MimeType MIME_TYPE_APPLICATION_PCD
      MIME_TYPE_APPLICATION_PCD = 3;
    • UNRECOGNIZED

      public static final DataSync.MimeType UNRECOGNIZED
  • Field Details

    • MIME_TYPE_UNSPECIFIED_VALUE

      public static final int MIME_TYPE_UNSPECIFIED_VALUE
      MIME_TYPE_UNSPECIFIED = 0;
      See Also:
    • MIME_TYPE_IMAGE_JPEG_VALUE

      public static final int MIME_TYPE_IMAGE_JPEG_VALUE
      MIME_TYPE_IMAGE_JPEG = 1;
      See Also:
    • MIME_TYPE_IMAGE_PNG_VALUE

      public static final int MIME_TYPE_IMAGE_PNG_VALUE
      MIME_TYPE_IMAGE_PNG = 2;
      See Also:
    • MIME_TYPE_APPLICATION_PCD_VALUE

      public static final int MIME_TYPE_APPLICATION_PCD_VALUE
      MIME_TYPE_APPLICATION_PCD = 3;
      See Also:
  • Method Details

    • values

      public static DataSync.MimeType[] 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 DataSync.MimeType 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
    • valueOf

      @Deprecated public static DataSync.MimeType 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 DataSync.MimeType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<DataSync.MimeType> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()