Class HL7v2IO.Write.Result
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HL7v2IO.Write.Result
- All Implemented Interfaces:
- POutput
- Enclosing class:
- HL7v2IO.Write
- 
Method SummaryModifier and TypeMethodDescriptionexpand()voidfinishSpecifyingOutput(String transformName, PInput input, PTransform<?, ?> transform) As part of applying the producingPTransform, finalizes this output to make it ready for being used as an input and for running.
- 
Method Details- 
getFailedInsertsWithErr
- 
getPipelineDescription copied from interface:POutput- Specified by:
- getPipelinein interface- POutput
 
- 
expandDescription copied from interface:POutputExpands thisPOutputinto a list of its component outputPValues.- A PValueexpands to itself.
- A tuple or list of PValues(such asPCollectionTupleorPCollectionList) expands to its componentPValue PValues.
 Not intended to be invoked directly by user code. 
- A 
- 
finishSpecifyingOutputDescription copied from interface:POutputAs part of applying the producingPTransform, finalizes this output to make it ready for being used as an input and for running.This includes ensuring that all PCollectionshaveCodersspecified or defaulted.Automatically invoked whenever this POutputis output, afterPOutput.finishSpecifyingOutput(String, PInput, PTransform)has been called on each componentPValuereturned byPOutput.expand().- Specified by:
- finishSpecifyingOutputin interface- POutput
 
 
-