Package viam.app.v1

Enum Class App.RegistryItemStatus

java.lang.Object
java.lang.Enum<App.RegistryItemStatus>
viam.app.v1.App.RegistryItemStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<App.RegistryItemStatus>, Constable
Enclosing class:
App

public static enum App.RegistryItemStatus extends Enum<App.RegistryItemStatus> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.RegistryItemStatus
  • Enum Constant Details

    • REGISTRY_ITEM_STATUS_UNSPECIFIED

      public static final App.RegistryItemStatus REGISTRY_ITEM_STATUS_UNSPECIFIED
      REGISTRY_ITEM_STATUS_UNSPECIFIED = 0;
    • REGISTRY_ITEM_STATUS_PUBLISHED

      public static final App.RegistryItemStatus REGISTRY_ITEM_STATUS_PUBLISHED
      REGISTRY_ITEM_STATUS_PUBLISHED = 1;
    • REGISTRY_ITEM_STATUS_IN_DEVELOPMENT

      public static final App.RegistryItemStatus REGISTRY_ITEM_STATUS_IN_DEVELOPMENT
      REGISTRY_ITEM_STATUS_IN_DEVELOPMENT = 2;
    • UNRECOGNIZED

      public static final App.RegistryItemStatus UNRECOGNIZED
  • Field Details

    • REGISTRY_ITEM_STATUS_UNSPECIFIED_VALUE

      public static final int REGISTRY_ITEM_STATUS_UNSPECIFIED_VALUE
      REGISTRY_ITEM_STATUS_UNSPECIFIED = 0;
      See Also:
    • REGISTRY_ITEM_STATUS_PUBLISHED_VALUE

      public static final int REGISTRY_ITEM_STATUS_PUBLISHED_VALUE
      REGISTRY_ITEM_STATUS_PUBLISHED = 1;
      See Also:
    • REGISTRY_ITEM_STATUS_IN_DEVELOPMENT_VALUE

      public static final int REGISTRY_ITEM_STATUS_IN_DEVELOPMENT_VALUE
      REGISTRY_ITEM_STATUS_IN_DEVELOPMENT = 2;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<App.RegistryItemStatus> internalGetValueMap()
    • internalGetVerifier

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