Google Cloud Dataflow V1beta3 Client - Class Severity (0.8.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class Severity.

Indicates the severity of the bug. Other severities may be added to this list in the future.

Protobuf type google.dataflow.v1beta3.SdkBug.Severity

Namespace

Google \ Cloud \ Dataflow \ V1beta3 \ SdkBug

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

A bug of unknown severity.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

NOTICE

Value: 1

A minor bug that that may reduce reliability or performance for some jobs. Impact will be minimal or non-existent for most jobs.

Generated from protobuf enum NOTICE = 1;

WARNING

Value: 2

A bug that has some likelihood of causing performance degradation, data loss, or job failures.

Generated from protobuf enum WARNING = 2;

SEVERE

Value: 3

A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely.

Generated from protobuf enum SEVERE = 3;