| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.Severity |
ValidationMessage.Severity.forNumber(int value) |
ValidationMessage.Severity |
ValidationMessageOrBuilder.getSeverity()
Indicates the severity of the message.
|
ValidationMessage.Severity |
ValidationMessage.getSeverity()
Indicates the severity of the message.
|
ValidationMessage.Severity |
ValidationMessage.Builder.getSeverity()
Indicates the severity of the message.
|
static ValidationMessage.Severity |
ValidationMessage.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ValidationMessage.Severity |
ValidationMessage.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ValidationMessage.Severity |
ValidationMessage.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.Severity[] |
ValidationMessage.Severity.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<ValidationMessage.Severity> |
ValidationMessage.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage.Builder |
ValidationMessage.Builder.setSeverity(ValidationMessage.Severity value)
Indicates the severity of the message.
|
Copyright © 2022 Google LLC. All rights reserved.