Google Cloud Dataflow V1beta3 Client - Class Type (0.8.1)

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

Nature of the issue, ordered from least severe to most. Other bug types may be added to this list in the future.

Protobuf type google.dataflow.v1beta3.SdkBug.Type

Namespace

Google \ Cloud \ Dataflow \ V1beta3 \ SdkBug

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unknown issue with this SDK.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

GENERAL

Value: 1

Catch-all for SDK bugs that don't fit in the below categories.

Generated from protobuf enum GENERAL = 1;

PERFORMANCE

Value: 2

Using this version of the SDK may result in degraded performance.

Generated from protobuf enum PERFORMANCE = 2;

DATALOSS

Value: 3

Using this version of the SDK may cause data loss.

Generated from protobuf enum DATALOSS = 3;