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