Google Cloud Dataflow V1beta3 Client - Class CustomSourceLocation (0.6.0)

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

Identifies the location of a custom souce.

Generated from protobuf message google.dataflow.v1beta3.CustomSourceLocation

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ stateful bool

Whether this source is stateful.

getStateful

Whether this source is stateful.

Returns
TypeDescription
bool

setStateful

Whether this source is stateful.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this