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