Package com.viam.robot.v1
Enum Class Robot.GetMachineStatusResponse.State
java.lang.Object
java.lang.Enum<Robot.GetMachineStatusResponse.State>
com.viam.robot.v1.Robot.GetMachineStatusResponse.State
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Robot.GetMachineStatusResponse.State>
,Constable
- Enclosing class:
- Robot.GetMachineStatusResponse
public static enum Robot.GetMachineStatusResponse.State
extends Enum<Robot.GetMachineStatusResponse.State>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.robot.v1.GetMachineStatusResponse.State
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionthe machine is reachable but still in the process of configuring initial modules and resources.the machine has finished initializing.STATE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the machine is reachable but still in the process of configuring initial modules and resources.static final int
the machine has finished initializing.static final int
STATE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Robot.GetMachineStatusResponse.State>
static com.google.protobuf.Internal.EnumVerifier
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static Robot.GetMachineStatusResponse.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STATE_UNSPECIFIED
STATE_UNSPECIFIED = 0;
-
STATE_INITIALIZING
the machine is reachable but still in the process of configuring initial modules and resources.
STATE_INITIALIZING = 1;
-
STATE_RUNNING
the machine has finished initializing.
STATE_RUNNING = 2;
-
UNRECOGNIZED
-
-
Field Details
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUESTATE_UNSPECIFIED = 0;
- See Also:
-
STATE_INITIALIZING_VALUE
public static final int STATE_INITIALIZING_VALUEthe machine is reachable but still in the process of configuring initial modules and resources.
STATE_INITIALIZING = 1;
- See Also:
-
STATE_RUNNING_VALUE
public static final int STATE_RUNNING_VALUEthe machine has finished initializing.
STATE_RUNNING = 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:
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
public static com.google.protobuf.Internal.EnumLiteMap<Robot.GetMachineStatusResponse.State> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-