Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class CustomSourceLocation.
Identifies the location of a custom souce.
Generated from protobuf message google.dataflow.v1beta3.CustomSourceLocation
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ stateful |
bool
Whether this source is stateful. |
getStateful
Whether this source is stateful.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setStateful
Whether this source is stateful.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|