Google Cloud Run V2 Client - Class Severity (0.7.2)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Unspecified severity
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
ERROR
Value: 1Error severity.
Generated from protobuf enum ERROR = 1;
WARNING
Value: 2Warning severity.
Generated from protobuf enum WARNING = 2;
INFO
Value: 3Info severity.
Generated from protobuf enum INFO = 3;