| Modifier and Type | Method and Description |
|---|---|
static Condition.Severity |
Condition.Severity.forNumber(int value) |
Condition.Severity |
Condition.getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
Condition.Severity |
Condition.Builder.getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
Condition.Severity |
ConditionOrBuilder.getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
static Condition.Severity |
Condition.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.Severity |
Condition.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Condition.Severity> |
Condition.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
Condition.Builder.setSeverity(Condition.Severity value)
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
Copyright © 2025 Google LLC. All rights reserved.