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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setTag
Identifies the particular side input within the streaming Dataflow job.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateFamily
Identifies the state family where this side input is stored.
Returns | |
---|---|
Type | Description |
string |
setStateFamily
Identifies the state family where this side input is stored.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |