Google Cloud Api Hub V1 Client - Class Severity (0.1.1)

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

Severity of the issue.

Protobuf type google.cloud.apihub.v1.Severity

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

Severity unspecified.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

SEVERITY_ERROR

Value: 1

Severity error.

Generated from protobuf enum SEVERITY_ERROR = 1;

SEVERITY_WARNING

Value: 2

Severity warning.

Generated from protobuf enum SEVERITY_WARNING = 2;

SEVERITY_INFO

Value: 3

Severity info.

Generated from protobuf enum SEVERITY_INFO = 3;

SEVERITY_HINT

Value: 4

Severity hint.

Generated from protobuf enum SEVERITY_HINT = 4;