Enum Class Packages.PackageType

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

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

    • PACKAGE_TYPE_UNSPECIFIED

      public static final Packages.PackageType PACKAGE_TYPE_UNSPECIFIED
      PACKAGE_TYPE_UNSPECIFIED = 0;
    • PACKAGE_TYPE_ARCHIVE

      public static final Packages.PackageType PACKAGE_TYPE_ARCHIVE
      PACKAGE_TYPE_ARCHIVE = 1;
    • PACKAGE_TYPE_ML_MODEL

      public static final Packages.PackageType PACKAGE_TYPE_ML_MODEL
      PACKAGE_TYPE_ML_MODEL = 2;
    • PACKAGE_TYPE_MODULE

      public static final Packages.PackageType PACKAGE_TYPE_MODULE
      PACKAGE_TYPE_MODULE = 3;
    • PACKAGE_TYPE_SLAM_MAP

      public static final Packages.PackageType PACKAGE_TYPE_SLAM_MAP
      PACKAGE_TYPE_SLAM_MAP = 4;
    • PACKAGE_TYPE_ML_TRAINING

      public static final Packages.PackageType PACKAGE_TYPE_ML_TRAINING
      PACKAGE_TYPE_ML_TRAINING = 5;
    • UNRECOGNIZED

      public static final Packages.PackageType UNRECOGNIZED
  • Field Details

    • PACKAGE_TYPE_UNSPECIFIED_VALUE

      public static final int PACKAGE_TYPE_UNSPECIFIED_VALUE
      PACKAGE_TYPE_UNSPECIFIED = 0;
      See Also:
    • PACKAGE_TYPE_ARCHIVE_VALUE

      public static final int PACKAGE_TYPE_ARCHIVE_VALUE
      PACKAGE_TYPE_ARCHIVE = 1;
      See Also:
    • PACKAGE_TYPE_ML_MODEL_VALUE

      public static final int PACKAGE_TYPE_ML_MODEL_VALUE
      PACKAGE_TYPE_ML_MODEL = 2;
      See Also:
    • PACKAGE_TYPE_MODULE_VALUE

      public static final int PACKAGE_TYPE_MODULE_VALUE
      PACKAGE_TYPE_MODULE = 3;
      See Also:
    • PACKAGE_TYPE_SLAM_MAP_VALUE

      public static final int PACKAGE_TYPE_SLAM_MAP_VALUE
      PACKAGE_TYPE_SLAM_MAP = 4;
      See Also:
    • PACKAGE_TYPE_ML_TRAINING_VALUE

      public static final int PACKAGE_TYPE_ML_TRAINING_VALUE
      PACKAGE_TYPE_ML_TRAINING = 5;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<Packages.PackageType> internalGetValueMap()
    • internalGetVerifier

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