| Package | Description |
|---|---|
| types |
| Modifier and Type | Method and Description |
|---|---|
static VmErrors.BinaryError |
VmErrors.BinaryError.forNumber(int value) |
VmErrors.BinaryError |
VmErrors.VMStatusOrBuilder.getDeserialization()
.types.BinaryError deserialization = 4; |
VmErrors.BinaryError |
VmErrors.VMStatus.getDeserialization()
.types.BinaryError deserialization = 4; |
VmErrors.BinaryError |
VmErrors.VMStatus.Builder.getDeserialization()
.types.BinaryError deserialization = 4; |
static VmErrors.BinaryError |
VmErrors.BinaryError.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmErrors.BinaryError |
VmErrors.BinaryError.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmErrors.BinaryError |
VmErrors.BinaryError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmErrors.BinaryError[] |
VmErrors.BinaryError.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.BinaryError> |
VmErrors.BinaryError.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VmErrors.VMStatus.Builder |
VmErrors.VMStatus.Builder.setDeserialization(VmErrors.BinaryError value)
.types.BinaryError deserialization = 4; |
Copyright © 2019. All rights reserved.