Package ai.wanaku.core.exchange.v1
Enum Class 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 capabilityProtobuf enum
ai.wanaku.health.v1.RuntimeStatus-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription* The capability is started.* The capability is starting.* The capability is stopped.* The capability is stopping.* Unspecified runtime status. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int* The capability is started.static final int* The capability is starting.static final int* The capability is stopped.static final int* The capability is stopping.static final int* Unspecified runtime status. -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeStatusforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RuntimeStatus> static RuntimeStatusvalueOf(int value) Deprecated.static RuntimeStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RuntimeStatusReturns the enum constant of this class with the specified name.static RuntimeStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RUNTIME_STATUS_UNSPECIFIED
* Unspecified runtime status.
RUNTIME_STATUS_UNSPECIFIED = 0; -
RUNTIME_STATUS_STOPPED
* The capability is stopped.
RUNTIME_STATUS_STOPPED = 1; -
RUNTIME_STATUS_STOPPING
* The capability is stopping.
RUNTIME_STATUS_STOPPING = 2; -
RUNTIME_STATUS_STARTING
* The capability is starting.
RUNTIME_STATUS_STARTING = 3; -
RUNTIME_STATUS_STARTED
* The capability is started.
RUNTIME_STATUS_STARTED = 4; -
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
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- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
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:
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 nameNullPointerException- if the argument is null
-