google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.StreamingSetupTask View Source

A task which initializes part of a streaming Dataflow job.

Attributes

  • drain (Boolean): The user has requested drain. Defaults to: null.
  • receiveWorkPort (Integer): The TCP port on which the worker should listen for messages from other streaming computation workers. Defaults to: null.
  • streamingComputationTopology (TopologyConfig): The global topology of the streaming Dataflow job. Defaults to: null.
  • workerHarnessPort (Integer): The TCP port used by the worker to communicate with the Dataflow worker harness. Defaults to: null.