Package viam.app.v1
Enum Class AppOuterClass.AppType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AppOuterClass.AppType>,Constable
- Enclosing class:
- AppOuterClass
public static enum AppOuterClass.AppType
extends Enum<AppOuterClass.AppType>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.AppType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAPP_TYPE_MULTI_MACHINE = 2;APP_TYPE_SINGLE_MACHINE = 1;APP_TYPE_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAPP_TYPE_MULTI_MACHINE = 2;static final intAPP_TYPE_SINGLE_MACHINE = 1;static final intAPP_TYPE_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic AppOuterClass.AppTypeforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.AppType>static com.google.protobuf.Internal.EnumVerifierstatic AppOuterClass.AppTypevalueOf(int value) Deprecated.static AppOuterClass.AppTypeReturns the enum constant of this class with the specified name.static AppOuterClass.AppType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
APP_TYPE_UNSPECIFIED
APP_TYPE_UNSPECIFIED = 0; -
APP_TYPE_SINGLE_MACHINE
APP_TYPE_SINGLE_MACHINE = 1; -
APP_TYPE_MULTI_MACHINE
APP_TYPE_MULTI_MACHINE = 2; -
UNRECOGNIZED
-
-
Field Details
-
APP_TYPE_UNSPECIFIED_VALUE
public static final int APP_TYPE_UNSPECIFIED_VALUEAPP_TYPE_UNSPECIFIED = 0;- See Also:
-
APP_TYPE_SINGLE_MACHINE_VALUE
public static final int APP_TYPE_SINGLE_MACHINE_VALUEAPP_TYPE_SINGLE_MACHINE = 1;- See Also:
-
APP_TYPE_MULTI_MACHINE_VALUE
public static final int APP_TYPE_MULTI_MACHINE_VALUEAPP_TYPE_MULTI_MACHINE = 2;- 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:
getNumberin 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()
-