static Condition.Severity |
Condition.Severity.forNumber(int value) |
|
Condition.Severity |
Condition.Builder.getSeverity() |
How to interpret failures of this condition, one of Error, Warning, Info
|
Condition.Severity |
Condition.getSeverity() |
How to interpret failures of this condition, one of Error, Warning, Info
|
Condition.Severity |
ConditionOrBuilder.getSeverity() |
How to interpret failures of this condition, one of Error, Warning, Info
|
static Condition.Severity |
Condition.Severity.valueOf(int value) |
Deprecated.
|
static Condition.Severity |
Condition.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Condition.Severity |
Condition.Severity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Condition.Severity[] |
Condition.Severity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|