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
  • Enum Constant Details

  • Field Details

    • STATE_UNSPECIFIED_VALUE

      public static final int STATE_UNSPECIFIED_VALUE
      STATE_UNSPECIFIED = 0;
      See Also:
    • STATE_INITIALIZING_VALUE

      public static final int STATE_INITIALIZING_VALUE
       the 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_VALUE
       the machine has finished initializing.
       
      STATE_RUNNING = 2;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<Robot.GetMachineStatusResponse.State> internalGetValueMap()
    • internalGetVerifier

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