Enum Class Data.IndexableCollection

java.lang.Object
java.lang.Enum<Data.IndexableCollection>
viam.app.data.v1.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 indexes
 
Protobuf enum viam.app.data.v1.IndexableCollection
  • Enum Constant Details

    • INDEXABLE_COLLECTION_UNSPECIFIED

      public static final Data.IndexableCollection INDEXABLE_COLLECTION_UNSPECIFIED
      INDEXABLE_COLLECTION_UNSPECIFIED = 0;
    • INDEXABLE_COLLECTION_HOT_STORE

      public static final Data.IndexableCollection INDEXABLE_COLLECTION_HOT_STORE
      INDEXABLE_COLLECTION_HOT_STORE = 1;
    • INDEXABLE_COLLECTION_PIPELINE_SINK

      public static final Data.IndexableCollection INDEXABLE_COLLECTION_PIPELINE_SINK
      INDEXABLE_COLLECTION_PIPELINE_SINK = 2;
    • UNRECOGNIZED

      public static final Data.IndexableCollection UNRECOGNIZED
  • Field Details

    • INDEXABLE_COLLECTION_UNSPECIFIED_VALUE

      public static final int INDEXABLE_COLLECTION_UNSPECIFIED_VALUE
      INDEXABLE_COLLECTION_UNSPECIFIED = 0;
      See Also:
    • INDEXABLE_COLLECTION_HOT_STORE_VALUE

      public static final int INDEXABLE_COLLECTION_HOT_STORE_VALUE
      INDEXABLE_COLLECTION_HOT_STORE = 1;
      See Also:
    • INDEXABLE_COLLECTION_PIPELINE_SINK_VALUE

      public static final int INDEXABLE_COLLECTION_PIPELINE_SINK_VALUE
      INDEXABLE_COLLECTION_PIPELINE_SINK = 2;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<Data.IndexableCollection> internalGetValueMap()
    • internalGetVerifier

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