Enum Class RuntimeStatus

java.lang.Object
java.lang.Enum<RuntimeStatus>
ai.wanaku.core.exchange.v1.RuntimeStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<RuntimeStatus>, Constable

@Generated public enum RuntimeStatus extends Enum<RuntimeStatus> implements com.google.protobuf.ProtocolMessageEnum
The runtime status of the capability
Protobuf enum ai.wanaku.health.v1.RuntimeStatus
  • Enum Constant Details

    • RUNTIME_STATUS_UNSPECIFIED

      public static final RuntimeStatus RUNTIME_STATUS_UNSPECIFIED
      *
      Unspecified runtime status.
      
      RUNTIME_STATUS_UNSPECIFIED = 0;
    • RUNTIME_STATUS_STOPPED

      public static final RuntimeStatus RUNTIME_STATUS_STOPPED
      *
      The capability is stopped.
      
      RUNTIME_STATUS_STOPPED = 1;
    • RUNTIME_STATUS_STOPPING

      public static final RuntimeStatus RUNTIME_STATUS_STOPPING
      *
      The capability is stopping.
      
      RUNTIME_STATUS_STOPPING = 2;
    • RUNTIME_STATUS_STARTING

      public static final RuntimeStatus RUNTIME_STATUS_STARTING
      *
      The capability is starting.
      
      RUNTIME_STATUS_STARTING = 3;
    • RUNTIME_STATUS_STARTED

      public static final RuntimeStatus RUNTIME_STATUS_STARTED
      *
      The capability is started.
      
      RUNTIME_STATUS_STARTED = 4;
    • UNRECOGNIZED

      public static final RuntimeStatus UNRECOGNIZED
  • Field Details

    • RUNTIME_STATUS_UNSPECIFIED_VALUE

      public static final int RUNTIME_STATUS_UNSPECIFIED_VALUE
      *
      Unspecified runtime status.
      
      RUNTIME_STATUS_UNSPECIFIED = 0;
      See Also:
    • RUNTIME_STATUS_STOPPED_VALUE

      public static final int RUNTIME_STATUS_STOPPED_VALUE
      *
      The capability is stopped.
      
      RUNTIME_STATUS_STOPPED = 1;
      See Also:
    • RUNTIME_STATUS_STOPPING_VALUE

      public static final int RUNTIME_STATUS_STOPPING_VALUE
      *
      The capability is stopping.
      
      RUNTIME_STATUS_STOPPING = 2;
      See Also:
    • RUNTIME_STATUS_STARTING_VALUE

      public static final int RUNTIME_STATUS_STARTING_VALUE
      *
      The capability is starting.
      
      RUNTIME_STATUS_STARTING = 3;
      See Also:
    • RUNTIME_STATUS_STARTED_VALUE

      public static final int RUNTIME_STATUS_STARTED_VALUE
      *
      The capability is started.
      
      RUNTIME_STATUS_STARTED = 4;
      See Also:
  • Method Details

    • values

      public static RuntimeStatus[] 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 RuntimeStatus 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
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static RuntimeStatus 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 RuntimeStatus forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<RuntimeStatus> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static RuntimeStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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