Google Cloud Run V2 Client - Class Severity (0.7.2)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.