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 \ SdkBugMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unknown issue with this SDK.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
GENERAL
Value: 1Catch-all for SDK bugs that don't fit in the below categories.
Generated from protobuf enum GENERAL = 1;
PERFORMANCE
Value: 2Using this version of the SDK may result in degraded performance.
Generated from protobuf enum PERFORMANCE = 2;
DATALOSS
Value: 3Using this version of the SDK may cause data loss.
Generated from protobuf enum DATALOSS = 3;