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