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