Package viam.app.data.v1
Enum Class Data.IndexCreator
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Data.IndexCreator>
,Constable
- Enclosing class:
- Data
public static enum Data.IndexCreator
extends Enum<Data.IndexCreator>
implements com.google.protobuf.Internal.EnumLite
IndexCreator specifies the entity that originally created the indexProtobuf enum
viam.app.data.v1.IndexCreator
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionINDEX_CREATOR_CUSTOMER = 2;
INDEX_CREATOR_UNSPECIFIED = 0;
INDEX_CREATOR_VIAM = 1;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
INDEX_CREATOR_CUSTOMER = 2;
static final int
INDEX_CREATOR_UNSPECIFIED = 0;
static final int
INDEX_CREATOR_VIAM = 1;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Data.IndexCreator
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Data.IndexCreator>
static com.google.protobuf.Internal.EnumVerifier
static Data.IndexCreator
valueOf
(int value) Deprecated.static Data.IndexCreator
Returns the enum constant of this class with the specified name.static Data.IndexCreator[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INDEX_CREATOR_UNSPECIFIED
INDEX_CREATOR_UNSPECIFIED = 0;
-
INDEX_CREATOR_VIAM
INDEX_CREATOR_VIAM = 1;
-
INDEX_CREATOR_CUSTOMER
INDEX_CREATOR_CUSTOMER = 2;
-
UNRECOGNIZED
-
-
Field Details
-
INDEX_CREATOR_UNSPECIFIED_VALUE
public static final int INDEX_CREATOR_UNSPECIFIED_VALUEINDEX_CREATOR_UNSPECIFIED = 0;
- See Also:
-
INDEX_CREATOR_VIAM_VALUE
public static final int INDEX_CREATOR_VIAM_VALUEINDEX_CREATOR_VIAM = 1;
- See Also:
-
INDEX_CREATOR_CUSTOMER_VALUE
public static final int INDEX_CREATOR_CUSTOMER_VALUEINDEX_CREATOR_CUSTOMER = 2;
- 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()
-