Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamingStageLocation.
Identifies the location of a streaming computation stage, for stage-to-stage communication.
Generated from protobuf message google.dataflow.v1beta3.StreamingStageLocation
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ stream_id |
string
Identifies the particular stream within the streaming Dataflow job. |
getStreamId
Identifies the particular stream within the streaming Dataflow job.
| Returns | |
|---|---|
| Type | Description |
string |
|
setStreamId
Identifies the particular stream within the streaming Dataflow job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|