google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.StreamLocation View Source

Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.

Attributes

  • customSourceLocation (CustomSourceLocation): The stream is a custom source. Defaults to: null.
  • pubsubLocation (PubsubLocation): The stream is a pubsub stream. Defaults to: null.
  • sideInputLocation (StreamingSideInputLocation): The stream is a streaming side input. Defaults to: null.
  • streamingStageLocation (StreamingStageLocation): The stream is part of another computation within the current streaming Dataflow job. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.