Package viam.app.packages.v1
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionPACKAGE_TYPE_ARCHIVE = 1;
PACKAGE_TYPE_ML_MODEL = 2;
PACKAGE_TYPE_ML_TRAINING = 5;
PACKAGE_TYPE_MODULE = 3;
PACKAGE_TYPE_SLAM_MAP = 4;
PACKAGE_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
PACKAGE_TYPE_ARCHIVE = 1;
static final int
PACKAGE_TYPE_ML_MODEL = 2;
static final int
PACKAGE_TYPE_ML_TRAINING = 5;
static final int
PACKAGE_TYPE_MODULE = 3;
static final int
PACKAGE_TYPE_SLAM_MAP = 4;
static final int
PACKAGE_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Packages.PackageType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Packages.PackageType>
static com.google.protobuf.Internal.EnumVerifier
static Packages.PackageType
valueOf
(int value) Deprecated.static Packages.PackageType
Returns the enum constant of this class with the specified name.static Packages.PackageType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PACKAGE_TYPE_UNSPECIFIED
PACKAGE_TYPE_UNSPECIFIED = 0;
-
PACKAGE_TYPE_ARCHIVE
PACKAGE_TYPE_ARCHIVE = 1;
-
PACKAGE_TYPE_ML_MODEL
PACKAGE_TYPE_ML_MODEL = 2;
-
PACKAGE_TYPE_MODULE
PACKAGE_TYPE_MODULE = 3;
-
PACKAGE_TYPE_SLAM_MAP
PACKAGE_TYPE_SLAM_MAP = 4;
-
PACKAGE_TYPE_ML_TRAINING
PACKAGE_TYPE_ML_TRAINING = 5;
-
UNRECOGNIZED
-
-
Field Details
-
PACKAGE_TYPE_UNSPECIFIED_VALUE
public static final int PACKAGE_TYPE_UNSPECIFIED_VALUEPACKAGE_TYPE_UNSPECIFIED = 0;
- See Also:
-
PACKAGE_TYPE_ARCHIVE_VALUE
public static final int PACKAGE_TYPE_ARCHIVE_VALUEPACKAGE_TYPE_ARCHIVE = 1;
- See Also:
-
PACKAGE_TYPE_ML_MODEL_VALUE
public static final int PACKAGE_TYPE_ML_MODEL_VALUEPACKAGE_TYPE_ML_MODEL = 2;
- See Also:
-
PACKAGE_TYPE_MODULE_VALUE
public static final int PACKAGE_TYPE_MODULE_VALUEPACKAGE_TYPE_MODULE = 3;
- See Also:
-
PACKAGE_TYPE_SLAM_MAP_VALUE
public static final int PACKAGE_TYPE_SLAM_MAP_VALUEPACKAGE_TYPE_SLAM_MAP = 4;
- See Also:
-
PACKAGE_TYPE_ML_TRAINING_VALUE
public static final int PACKAGE_TYPE_ML_TRAINING_VALUEPACKAGE_TYPE_ML_TRAINING = 5;
- 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
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-