Package viam.app.datasync.v1
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDATA_TYPE_BINARY_SENSOR = 1;
DATA_TYPE_FILE = 3;
DATA_TYPE_TABULAR_SENSOR = 2;
DATA_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
DATA_TYPE_BINARY_SENSOR = 1;
static final int
DATA_TYPE_FILE = 3;
static final int
DATA_TYPE_TABULAR_SENSOR = 2;
static final int
DATA_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataSync.DataType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<DataSync.DataType>
static com.google.protobuf.Internal.EnumVerifier
static DataSync.DataType
valueOf
(int value) Deprecated.static DataSync.DataType
Returns the enum constant of this class with the specified name.static DataSync.DataType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATA_TYPE_UNSPECIFIED
DATA_TYPE_UNSPECIFIED = 0;
-
DATA_TYPE_BINARY_SENSOR
DATA_TYPE_BINARY_SENSOR = 1;
-
DATA_TYPE_TABULAR_SENSOR
DATA_TYPE_TABULAR_SENSOR = 2;
-
DATA_TYPE_FILE
DATA_TYPE_FILE = 3;
-
UNRECOGNIZED
-
-
Field Details
-
DATA_TYPE_UNSPECIFIED_VALUE
public static final int DATA_TYPE_UNSPECIFIED_VALUEDATA_TYPE_UNSPECIFIED = 0;
- See Also:
-
DATA_TYPE_BINARY_SENSOR_VALUE
public static final int DATA_TYPE_BINARY_SENSOR_VALUEDATA_TYPE_BINARY_SENSOR = 1;
- See Also:
-
DATA_TYPE_TABULAR_SENSOR_VALUE
public static final int DATA_TYPE_TABULAR_SENSOR_VALUEDATA_TYPE_TABULAR_SENSOR = 2;
- See Also:
-
DATA_TYPE_FILE_VALUE
public static final int DATA_TYPE_FILE_VALUEDATA_TYPE_FILE = 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()
-