Package viam.app.v1
Enum Class AppOuterClass.OnlineState
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AppOuterClass.OnlineState>,Constable
- Enclosing class:
- AppOuterClass
public static enum AppOuterClass.OnlineState
extends Enum<AppOuterClass.OnlineState>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.OnlineState-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionONLINE_STATE_AWAITING_SETUP = 3;ONLINE_STATE_OFFLINE = 2;ONLINE_STATE_ONLINE = 1;ONLINE_STATE_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intONLINE_STATE_AWAITING_SETUP = 3;static final intONLINE_STATE_OFFLINE = 2;static final intONLINE_STATE_ONLINE = 1;static final intONLINE_STATE_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic AppOuterClass.OnlineStateforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.OnlineState>static com.google.protobuf.Internal.EnumVerifierstatic AppOuterClass.OnlineStatevalueOf(int value) Deprecated.static AppOuterClass.OnlineStateReturns the enum constant of this class with the specified name.static AppOuterClass.OnlineState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONLINE_STATE_UNSPECIFIED
ONLINE_STATE_UNSPECIFIED = 0; -
ONLINE_STATE_ONLINE
ONLINE_STATE_ONLINE = 1; -
ONLINE_STATE_OFFLINE
ONLINE_STATE_OFFLINE = 2; -
ONLINE_STATE_AWAITING_SETUP
ONLINE_STATE_AWAITING_SETUP = 3; -
UNRECOGNIZED
-
-
Field Details
-
ONLINE_STATE_UNSPECIFIED_VALUE
public static final int ONLINE_STATE_UNSPECIFIED_VALUEONLINE_STATE_UNSPECIFIED = 0;- See Also:
-
ONLINE_STATE_ONLINE_VALUE
public static final int ONLINE_STATE_ONLINE_VALUEONLINE_STATE_ONLINE = 1;- See Also:
-
ONLINE_STATE_OFFLINE_VALUE
public static final int ONLINE_STATE_OFFLINE_VALUEONLINE_STATE_OFFLINE = 2;- See Also:
-
ONLINE_STATE_AWAITING_SETUP_VALUE
public static final int ONLINE_STATE_AWAITING_SETUP_VALUEONLINE_STATE_AWAITING_SETUP = 3;- 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
public static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.OnlineState> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-