Reference documentation and code samples for the Google Cloud Run V2 Client class Severity.
Represents the severity of the condition failures.
Protobuf type google.cloud.run.v2.Condition.Severity
Namespace
Google \ Cloud \ Run \ V2 \ ConditionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
Unspecified severity
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
ERROR
Value: 1
Error severity.
Generated from protobuf enum ERROR = 1;
WARNING
Value: 2
Warning severity.
Generated from protobuf enum WARNING = 2;
INFO
Value: 3
Info severity.
Generated from protobuf enum INFO = 3;