Google Cloud Run V2 Client - Class Severity (0.3.4)

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

Methods

name

Parameter
NameDescription
value mixed

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;