Enum AnalysisMessageBase.Level (0.5.4)

public enum AnalysisMessageBase.Level extends Enum<AnalysisMessageBase.Level> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Fields

NameDescription
ERROR

ERROR represents a misconfiguration that must be fixed.

ERROR = 3;

ERROR_VALUE

ERROR represents a misconfiguration that must be fixed.

ERROR = 3;

INFO

INFO represents an informational finding.

INFO = 12;

INFO_VALUE

INFO represents an informational finding.

INFO = 12;

LEVEL_UNSPECIFIED

Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN.

LEVEL_UNSPECIFIED = 0;

LEVEL_UNSPECIFIED_VALUE

Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN.

LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

WARNING represents a misconfiguration that should be fixed.

WARNING = 8;

WARNING_VALUE

WARNING represents a misconfiguration that should be fixed.

WARNING = 8;

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()