public enum AnalysisMessageBase.Level extends Enum<AnalysisMessageBase.Level> implements ProtocolMessageEnumThe values here are chosen so that more severe messages get sorted higher, as well as leaving space in between to add more later See istio.analysis.v1alpha1.AnalysisMessageBase.Level
Protobuf enum google.cloud.gkehub.servicemesh.v1alpha.AnalysisMessageBase.Level
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ERROR |
ERROR represents a misconfiguration that must be fixed. |
ERROR_VALUE |
ERROR represents a misconfiguration that must be fixed. |
INFO |
INFO represents an informational finding. |
INFO_VALUE |
INFO represents an informational finding. |
LEVEL_UNSPECIFIED |
Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN. |
LEVEL_UNSPECIFIED_VALUE |
Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN. |
UNRECOGNIZED |
|
WARNING |
WARNING represents a misconfiguration that should be fixed. |
WARNING_VALUE |
WARNING represents a misconfiguration that should be fixed. |
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() |
|