GoogleApi.Dataflow.V1b3.Model.StreamLocation (google_api_dataflow v0.53.0)

View Source

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

Attributes

  • customSourceLocation (type: GoogleApi.Dataflow.V1b3.Model.CustomSourceLocation.t, default: nil) - The stream is a custom source.
  • pubsubLocation (type: GoogleApi.Dataflow.V1b3.Model.PubsubLocation.t, default: nil) - The stream is a pubsub stream.
  • sideInputLocation (type: GoogleApi.Dataflow.V1b3.Model.StreamingSideInputLocation.t, default: nil) - The stream is a streaming side input.
  • streamingStageLocation (type: GoogleApi.Dataflow.V1b3.Model.StreamingStageLocation.t, default: nil) - The stream is part of another computation within the current streaming Dataflow job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamLocation{
  customSourceLocation:
    GoogleApi.Dataflow.V1b3.Model.CustomSourceLocation.t() | nil,
  pubsubLocation: GoogleApi.Dataflow.V1b3.Model.PubsubLocation.t() | nil,
  sideInputLocation:
    GoogleApi.Dataflow.V1b3.Model.StreamingSideInputLocation.t() | nil,
  streamingStageLocation:
    GoogleApi.Dataflow.V1b3.Model.StreamingStageLocation.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.