Google Cloud Run V2 Client - Class Severity (0.9.1)

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 \ Condition

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;