Google Cloud Dataflow V1beta3 Client - Class StreamingStageLocation (0.3.10)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setStreamId

Identifies the particular stream within the streaming Dataflow job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this