Enum Class Data.IndexCreator

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

    • INDEX_CREATOR_UNSPECIFIED

      public static final Data.IndexCreator INDEX_CREATOR_UNSPECIFIED
      INDEX_CREATOR_UNSPECIFIED = 0;
    • INDEX_CREATOR_VIAM

      public static final Data.IndexCreator INDEX_CREATOR_VIAM
      INDEX_CREATOR_VIAM = 1;
    • INDEX_CREATOR_CUSTOMER

      public static final Data.IndexCreator INDEX_CREATOR_CUSTOMER
      INDEX_CREATOR_CUSTOMER = 2;
    • UNRECOGNIZED

      public static final Data.IndexCreator UNRECOGNIZED
  • Field Details

    • INDEX_CREATOR_UNSPECIFIED_VALUE

      public static final int INDEX_CREATOR_UNSPECIFIED_VALUE
      INDEX_CREATOR_UNSPECIFIED = 0;
      See Also:
    • INDEX_CREATOR_VIAM_VALUE

      public static final int INDEX_CREATOR_VIAM_VALUE
      INDEX_CREATOR_VIAM = 1;
      See Also:
    • INDEX_CREATOR_CUSTOMER_VALUE

      public static final int INDEX_CREATOR_CUSTOMER_VALUE
      INDEX_CREATOR_CUSTOMER = 2;
      See Also:
  • Method Details

    • values

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

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

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