| Package | Description |
|---|---|
| types |
| Modifier and Type | Method and Description |
|---|---|
static VmErrors.RuntimeStatus |
VmErrors.RuntimeStatus.forNumber(int value) |
VmErrors.RuntimeStatus |
VmErrors.ExecutionStatusOrBuilder.getRuntimeStatus()
.types.RuntimeStatus runtime_status = 1; |
VmErrors.RuntimeStatus |
VmErrors.ExecutionStatus.getRuntimeStatus()
.types.RuntimeStatus runtime_status = 1; |
VmErrors.RuntimeStatus |
VmErrors.ExecutionStatus.Builder.getRuntimeStatus()
.types.RuntimeStatus runtime_status = 1; |
static VmErrors.RuntimeStatus |
VmErrors.RuntimeStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmErrors.RuntimeStatus |
VmErrors.RuntimeStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmErrors.RuntimeStatus |
VmErrors.RuntimeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmErrors.RuntimeStatus[] |
VmErrors.RuntimeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<VmErrors.RuntimeStatus> |
VmErrors.RuntimeStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VmErrors.ExecutionStatus.Builder |
VmErrors.ExecutionStatus.Builder.setRuntimeStatus(VmErrors.RuntimeStatus value)
.types.RuntimeStatus runtime_status = 1; |
Copyright © 2019. All rights reserved.