Google Cloud Chronicle V1 Client - Class Severity (0.1.2)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Severity.

The severity level of the compilation diagnostic.

Protobuf type google.cloud.chronicle.v1.CompilationDiagnostic.Severity

Namespace

Google \ Cloud \ Chronicle \ V1 \ CompilationDiagnostic

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

An unspecified severity level.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

WARNING

Value: 1

A compilation warning.

Generated from protobuf enum WARNING = 1;

ERROR

Value: 2

A compilation error.

Generated from protobuf enum ERROR = 2;