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