google_api_dataflow v0.8.0 GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig View Source

Configuration information for a single streaming computation.

Attributes

  • computationId (String.t): Unique identifier for this computation. Defaults to: null.
  • instructions ([ParallelInstruction]): Instructions that comprise the computation. Defaults to: null.
  • stageName (String.t): Stage name of this computation. Defaults to: null.
  • systemName (String.t): System defined name for this computation. Defaults to: null.
  • transformUserNameToStateFamily (%{optional(String.t) => String.t}): Map from user name of stateful transforms in this stage to their state family. 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 type

t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig{
  computationId: any(),
  instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()],
  stageName: any(),
  systemName: any(),
  transformUserNameToStateFamily: map()
}

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.