Enum Class DataSync.DataType

java.lang.Object
java.lang.Enum<DataSync.DataType>
viam.app.datasync.v1.DataSync.DataType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<DataSync.DataType>, Constable
Enclosing class:
DataSync

public static enum DataSync.DataType extends Enum<DataSync.DataType> implements com.google.protobuf.Internal.EnumLite
 DataType specifies the type of data uploaded.
 
Protobuf enum viam.app.datasync.v1.DataType
  • Enum Constant Details

    • DATA_TYPE_UNSPECIFIED

      public static final DataSync.DataType DATA_TYPE_UNSPECIFIED
      DATA_TYPE_UNSPECIFIED = 0;
    • DATA_TYPE_BINARY_SENSOR

      public static final DataSync.DataType DATA_TYPE_BINARY_SENSOR
      DATA_TYPE_BINARY_SENSOR = 1;
    • DATA_TYPE_TABULAR_SENSOR

      public static final DataSync.DataType DATA_TYPE_TABULAR_SENSOR
      DATA_TYPE_TABULAR_SENSOR = 2;
    • DATA_TYPE_FILE

      public static final DataSync.DataType DATA_TYPE_FILE
      DATA_TYPE_FILE = 3;
    • UNRECOGNIZED

      public static final DataSync.DataType UNRECOGNIZED
  • Field Details

    • DATA_TYPE_UNSPECIFIED_VALUE

      public static final int DATA_TYPE_UNSPECIFIED_VALUE
      DATA_TYPE_UNSPECIFIED = 0;
      See Also:
    • DATA_TYPE_BINARY_SENSOR_VALUE

      public static final int DATA_TYPE_BINARY_SENSOR_VALUE
      DATA_TYPE_BINARY_SENSOR = 1;
      See Also:
    • DATA_TYPE_TABULAR_SENSOR_VALUE

      public static final int DATA_TYPE_TABULAR_SENSOR_VALUE
      DATA_TYPE_TABULAR_SENSOR = 2;
      See Also:
    • DATA_TYPE_FILE_VALUE

      public static final int DATA_TYPE_FILE_VALUE
      DATA_TYPE_FILE = 3;
      See Also:
  • Method Details

    • values

      public static DataSync.DataType[] 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.DataType 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.DataType 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.DataType forNumber(int value)
    • internalGetValueMap

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

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