google_api_dataflow v0.28.0 GoogleApi.Dataflow.V1b3.Model.ParallelInstruction View Source
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.
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.ParallelInstruction{
flatten: GoogleApi.Dataflow.V1b3.Model.FlattenInstruction.t(),
name: String.t(),
originalName: String.t(),
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: String.t(),
write: GoogleApi.Dataflow.V1b3.Model.WriteInstruction.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.