Package viam.app.data.v1
Enum Class Data.IndexableCollection
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Data.IndexableCollection>
,Constable
- Enclosing class:
- Data
public static enum Data.IndexableCollection
extends Enum<Data.IndexableCollection>
implements com.google.protobuf.Internal.EnumLite
IndexableCollection specifies the types of collections available for custom indexesProtobuf enum
viam.app.data.v1.IndexableCollection
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionINDEXABLE_COLLECTION_HOT_STORE = 1;
INDEXABLE_COLLECTION_PIPELINE_SINK = 2;
INDEXABLE_COLLECTION_UNSPECIFIED = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
INDEXABLE_COLLECTION_HOT_STORE = 1;
static final int
INDEXABLE_COLLECTION_PIPELINE_SINK = 2;
static final int
INDEXABLE_COLLECTION_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Data.IndexableCollection
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Data.IndexableCollection>
static com.google.protobuf.Internal.EnumVerifier
static Data.IndexableCollection
valueOf
(int value) Deprecated.static Data.IndexableCollection
Returns the enum constant of this class with the specified name.static Data.IndexableCollection[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INDEXABLE_COLLECTION_UNSPECIFIED
INDEXABLE_COLLECTION_UNSPECIFIED = 0;
-
INDEXABLE_COLLECTION_HOT_STORE
INDEXABLE_COLLECTION_HOT_STORE = 1;
-
INDEXABLE_COLLECTION_PIPELINE_SINK
INDEXABLE_COLLECTION_PIPELINE_SINK = 2;
-
UNRECOGNIZED
-
-
Field Details
-
INDEXABLE_COLLECTION_UNSPECIFIED_VALUE
public static final int INDEXABLE_COLLECTION_UNSPECIFIED_VALUEINDEXABLE_COLLECTION_UNSPECIFIED = 0;
- See Also:
-
INDEXABLE_COLLECTION_HOT_STORE_VALUE
public static final int INDEXABLE_COLLECTION_HOT_STORE_VALUEINDEXABLE_COLLECTION_HOT_STORE = 1;
- See Also:
-
INDEXABLE_COLLECTION_PIPELINE_SINK_VALUE
public static final int INDEXABLE_COLLECTION_PIPELINE_SINK_VALUEINDEXABLE_COLLECTION_PIPELINE_SINK = 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
public static com.google.protobuf.Internal.EnumLiteMap<Data.IndexableCollection> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-