Uses of Enum Class
ai.wanaku.core.exchange.v1.RuntimeStatus
Packages that use RuntimeStatus
-
Uses of RuntimeStatus in ai.wanaku.core.exchange
Methods in ai.wanaku.core.exchange that return RuntimeStatusModifier and TypeMethodDescriptionReturns the current runtime status of the capability. -
Uses of RuntimeStatus in ai.wanaku.core.exchange.v1
Methods in ai.wanaku.core.exchange.v1 that return RuntimeStatusModifier and TypeMethodDescriptionstatic RuntimeStatusRuntimeStatus.forNumber(int value) HealthProbeReply.Builder.getStatus().ai.wanaku.health.v1.RuntimeStatus status = 1;HealthProbeReply.getStatus().ai.wanaku.health.v1.RuntimeStatus status = 1;HealthProbeReplyOrBuilder.getStatus().ai.wanaku.health.v1.RuntimeStatus status = 1;static RuntimeStatusRuntimeStatus.valueOf(int value) Deprecated.static RuntimeStatusRuntimeStatus.valueOf(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[]RuntimeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.wanaku.core.exchange.v1 that return types with arguments of type RuntimeStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RuntimeStatus> RuntimeStatus.internalGetValueMap()Methods in ai.wanaku.core.exchange.v1 with parameters of type RuntimeStatusModifier and TypeMethodDescriptionHealthProbeReply.Builder.setStatus(RuntimeStatus value) .ai.wanaku.health.v1.RuntimeStatus status = 1;