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 type
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.ParallelInstruction{ flatten: GoogleApi.Dataflow.V1b3.Model.FlattenInstruction.t(), name: any(), originalName: any(), outputs: [GoogleApi.Dataflow.V1b3.Model.InstructionOutput.t()], parDo: GoogleApi.Dataflow.V1b3.Model.ParDoInstruction.t(), partialGroupByKey: GoogleApi.Dataflow.V1b3.Model.PartialGroupByKeyInstruction.t(), read: GoogleApi.Dataflow.V1b3.Model.ReadInstruction.t(), systemName: any(), write: GoogleApi.Dataflow.V1b3.Model.WriteInstruction.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.