Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SdkBug.
A bug found in the Dataflow SDK.
Generated from protobuf message google.dataflow.v1beta3.SdkBug
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Output only. Describes the impact of this SDK bug. |
↳ severity |
int
Output only. How severe the SDK bug is. |
↳ uri |
string
Output only. Link to more information on the bug. |
getType
Output only. Describes the impact of this SDK bug.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
Output only. Describes the impact of this SDK bug.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSeverity
Output only. How severe the SDK bug is.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Severity. |
setSeverity
Output only. How severe the SDK bug is.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Severity. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
Output only. Link to more information on the bug.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Output only. Link to more information on the bug.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|