Enum MembershipState.Condition.Severity (1.44.0)

public enum MembershipState.Condition.Severity extends Enum<MembershipState.Condition.Severity> implements ProtocolMessageEnum

Severity level of the reported condition

Protobuf enum google.cloud.gkehub.servicemesh.v1beta.MembershipState.Condition.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
ERROR

Indicates an issue that prevents the mesh from operating correctly

ERROR = 1;

ERROR_VALUE

Indicates an issue that prevents the mesh from operating correctly

ERROR = 1;

INFO

An informational message, not requiring any action

INFO = 3;

INFO_VALUE

An informational message, not requiring any action

INFO = 3;

SEVERITY_UNSPECIFIED

Unspecified severity

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Unspecified severity

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

Indicates a setting is likely wrong, but the mesh is still able to operate

WARNING = 2;

WARNING_VALUE

Indicates a setting is likely wrong, but the mesh is still able to operate

WARNING = 2;

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()