Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamLocation.
Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.
Generated from protobuf message google.dataflow.v1beta3.StreamLocation
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ streaming_stage_location
Google\Cloud\Dataflow\V1beta3\StreamingStageLocation
The stream is part of another computation within the current streaming Dataflow job.
↳ pubsub_location
↳ side_input_location
↳ custom_source_location
getStreamingStageLocation
The stream is part of another computation within the current streaming Dataflow job.
hasStreamingStageLocation
setStreamingStageLocation
The stream is part of another computation within the current streaming Dataflow job.
$this
getPubsubLocation
The stream is a pubsub stream.
hasPubsubLocation
setPubsubLocation
The stream is a pubsub stream.
$this
getSideInputLocation
The stream is a streaming side input.
hasSideInputLocation
setSideInputLocation
The stream is a streaming side input.
$this
getCustomSourceLocation
The stream is a custom source.
hasCustomSourceLocation
setCustomSourceLocation
The stream is a custom source.
$this
getLocation
string