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