GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig (google_api_dataflow v0.35.0) View Source

Configuration information for a single streaming computation.

Attributes

  • computationId (type: String.t, default: nil) - Unique identifier for this computation.
  • instructions (type: list(GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t), default: nil) - Instructions that comprise the computation.
  • stageName (type: String.t, default: nil) - Stage name of this computation.
  • systemName (type: String.t, default: nil) - System defined name for this computation.
  • transformUserNameToStateFamily (type: map(), default: nil) - Map from user name of stateful transforms in this stage to their state family.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig{
  computationId: String.t() | nil,
  instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()] | nil,
  stageName: String.t() | nil,
  systemName: String.t() | nil,
  transformUserNameToStateFamily: map() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.