Google Cloud Dataflow V1beta3 Client - Class StreamingSideInputLocation (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamingSideInputLocation.

Identifies the location of a streaming side input.

Generated from protobuf message google.dataflow.v1beta3.StreamingSideInputLocation

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tag string

Identifies the particular side input within the streaming Dataflow job.

↳ state_family string

Identifies the state family where this side input is stored.

getTag

Identifies the particular side input within the streaming Dataflow job.

Returns
TypeDescription
string

setTag

Identifies the particular side input within the streaming Dataflow job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStateFamily

Identifies the state family where this side input is stored.

Returns
TypeDescription
string

setStateFamily

Identifies the state family where this side input is stored.

Parameter
NameDescription
var string
Returns
TypeDescription
$this