public final class ParallelInstruction
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ParallelInstruction() |
Modifier and Type | Method and Description |
---|---|
ParallelInstruction |
clone() |
FlattenInstruction |
getFlatten()
Additional information for Flatten instructions.
|
java.lang.String |
getName()
User-provided name of this operation.
|
java.lang.String |
getOriginalName()
System-defined name for the operation in the original workflow graph.
|
java.util.List<InstructionOutput> |
getOutputs()
Describes the outputs of the instruction.
|
ParDoInstruction |
getParDo()
Additional information for ParDo instructions.
|
PartialGroupByKeyInstruction |
getPartialGroupByKey()
Additional information for PartialGroupByKey instructions.
|
ReadInstruction |
getRead()
Additional information for Read instructions.
|
java.lang.String |
getSystemName()
System-defined name of this operation.
|
WriteInstruction |
getWrite()
Additional information for Write instructions.
|
ParallelInstruction |
set(java.lang.String fieldName,
java.lang.Object value) |
ParallelInstruction |
setFlatten(FlattenInstruction flatten)
Additional information for Flatten instructions.
|
ParallelInstruction |
setName(java.lang.String name)
User-provided name of this operation.
|
ParallelInstruction |
setOriginalName(java.lang.String originalName)
System-defined name for the operation in the original workflow graph.
|
ParallelInstruction |
setOutputs(java.util.List<InstructionOutput> outputs)
Describes the outputs of the instruction.
|
ParallelInstruction |
setParDo(ParDoInstruction parDo)
Additional information for ParDo instructions.
|
ParallelInstruction |
setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey)
Additional information for PartialGroupByKey instructions.
|
ParallelInstruction |
setRead(ReadInstruction read)
Additional information for Read instructions.
|
ParallelInstruction |
setSystemName(java.lang.String systemName)
System-defined name of this operation.
|
ParallelInstruction |
setWrite(WriteInstruction write)
Additional information for Write instructions.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public FlattenInstruction getFlatten()
null
for nonepublic ParallelInstruction setFlatten(FlattenInstruction flatten)
flatten
- flatten or null
for nonepublic java.lang.String getName()
null
for nonepublic ParallelInstruction setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getOriginalName()
null
for nonepublic ParallelInstruction setOriginalName(java.lang.String originalName)
originalName
- originalName or null
for nonepublic java.util.List<InstructionOutput> getOutputs()
null
for nonepublic ParallelInstruction setOutputs(java.util.List<InstructionOutput> outputs)
outputs
- outputs or null
for nonepublic ParDoInstruction getParDo()
null
for nonepublic ParallelInstruction setParDo(ParDoInstruction parDo)
parDo
- parDo or null
for nonepublic PartialGroupByKeyInstruction getPartialGroupByKey()
null
for nonepublic ParallelInstruction setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey)
partialGroupByKey
- partialGroupByKey or null
for nonepublic ReadInstruction getRead()
null
for nonepublic ParallelInstruction setRead(ReadInstruction read)
read
- read or null
for nonepublic java.lang.String getSystemName()
null
for nonepublic ParallelInstruction setSystemName(java.lang.String systemName)
systemName
- systemName or null
for nonepublic WriteInstruction getWrite()
null
for nonepublic ParallelInstruction setWrite(WriteInstruction write)
write
- write or null
for nonepublic ParallelInstruction set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ParallelInstruction clone()
clone
in class com.google.api.client.json.GenericJson