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

Describes a particular operation comprising a MapTask.

Attributes

  • flatten (FlattenInstruction): Additional information for Flatten instructions. Defaults to: null.
  • name (String.t): User-provided name of this operation. Defaults to: null.
  • originalName (String.t): System-defined name for the operation in the original workflow graph. Defaults to: null.
  • outputs ([InstructionOutput]): Describes the outputs of the instruction. Defaults to: null.
  • parDo (ParDoInstruction): Additional information for ParDo instructions. Defaults to: null.
  • partialGroupByKey (PartialGroupByKeyInstruction): Additional information for PartialGroupByKey instructions. Defaults to: null.
  • read (ReadInstruction): Additional information for Read instructions. Defaults to: null.
  • systemName (String.t): System-defined name of this operation. Unique across the workflow. Defaults to: null.
  • write (WriteInstruction): Additional information for Write instructions. 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.