Google Cloud Functions V2 Client - Class Severity (1.0.3)

Reference documentation and code samples for the Google Cloud Functions V2 Client class Severity.

Severity of the state message.

Protobuf type google.cloud.functions.v2.StateMessage.Severity

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

Not specified. Invalid severity.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

ERROR

Value: 1

ERROR-level severity.

Generated from protobuf enum ERROR = 1;

WARNING

Value: 2

WARNING-level severity.

Generated from protobuf enum WARNING = 2;

INFO

Value: 3

INFO-level severity.

Generated from protobuf enum INFO = 3;