Enum Condition.Severity (0.5.0)

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

Represents the severity of the condition failures.

Protobuf enum google.cloud.run.v2.Condition.Severity

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Error severity.

ERROR = 1;

ERROR_VALUE

Error severity.

ERROR = 1;

INFO

Info severity.

INFO = 3;

INFO_VALUE

Info severity.

INFO = 3;

SEVERITY_UNSPECIFIED

Unspecified severity

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Unspecified severity

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

Warning severity.

WARNING = 2;

WARNING_VALUE

Warning severity.

WARNING = 2;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()