public enum LintResult.Severity extends Enum<LintResult.Severity> implements ProtocolMessageEnum
Possible Severity values of an issued result.
Protobuf enum google.iam.admin.v1.LintResult.Severity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPRECATED |
Deprecated severity level. |
DEPRECATED_VALUE |
Deprecated severity level. |
ERROR |
A validation unit returns an error only for critical issues. If an
attempt is made to set the problematic policy without rectifying the
critical issue, it causes the |
ERROR_VALUE |
A validation unit returns an error only for critical issues. If an
attempt is made to set the problematic policy without rectifying the
critical issue, it causes the |
INFO |
Any informative statement which is not severe enough to raise
|
INFO_VALUE |
Any informative statement which is not severe enough to raise
|
NOTICE |
Reserved for the issues that are not severe as |
NOTICE_VALUE |
Reserved for the issues that are not severe as |
SEVERITY_UNSPECIFIED |
Severity is unspecified. |
SEVERITY_UNSPECIFIED_VALUE |
Severity is unspecified. |
UNRECOGNIZED |
|
WARNING |
Any issue which is severe enough but does not cause an error.
For example, suspicious constructs in the input object will not
necessarily fail
|
WARNING_VALUE |
Any issue which is severe enough but does not cause an error.
For example, suspicious constructs in the input object will not
necessarily fail
|
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |