View Source GoogleApi.Dataflow.V1b3.Model.ParallelInstruction (google_api_dataflow v0.46.0)

Describes a particular operation comprising a MapTask.

Attributes

  • flatten (type: GoogleApi.Dataflow.V1b3.Model.FlattenInstruction.t, default: nil) - Additional information for Flatten instructions.
  • name (type: String.t, default: nil) - User-provided name of this operation.
  • originalName (type: String.t, default: nil) - System-defined name for the operation in the original workflow graph.
  • outputs (type: list(GoogleApi.Dataflow.V1b3.Model.InstructionOutput.t), default: nil) - Describes the outputs of the instruction.
  • parDo (type: GoogleApi.Dataflow.V1b3.Model.ParDoInstruction.t, default: nil) - Additional information for ParDo instructions.
  • partialGroupByKey (type: GoogleApi.Dataflow.V1b3.Model.PartialGroupByKeyInstruction.t, default: nil) - Additional information for PartialGroupByKey instructions.
  • read (type: GoogleApi.Dataflow.V1b3.Model.ReadInstruction.t, default: nil) - Additional information for Read instructions.
  • systemName (type: String.t, default: nil) - System-defined name of this operation. Unique across the workflow.
  • write (type: GoogleApi.Dataflow.V1b3.Model.WriteInstruction.t, default: nil) - Additional information for Write instructions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ParallelInstruction{
  flatten: GoogleApi.Dataflow.V1b3.Model.FlattenInstruction.t() | nil,
  name: String.t() | nil,
  originalName: String.t() | nil,
  outputs: [GoogleApi.Dataflow.V1b3.Model.InstructionOutput.t()] | nil,
  parDo: GoogleApi.Dataflow.V1b3.Model.ParDoInstruction.t() | nil,
  partialGroupByKey:
    GoogleApi.Dataflow.V1b3.Model.PartialGroupByKeyInstruction.t() | nil,
  read: GoogleApi.Dataflow.V1b3.Model.ReadInstruction.t() | nil,
  systemName: String.t() | nil,
  write: GoogleApi.Dataflow.V1b3.Model.WriteInstruction.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.