| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
InstructionOutput |
InstructionOutput.clone() |
InstructionOutput |
InstructionOutput.set(java.lang.String fieldName,
java.lang.Object value) |
InstructionOutput |
InstructionOutput.setCodec(java.util.Map<java.lang.String,java.lang.Object> codec)
The codec to use to encode data being written via this output.
|
InstructionOutput |
InstructionOutput.setName(java.lang.String name)
The user-provided name of this output.
|
InstructionOutput |
InstructionOutput.setOnlyCountKeyBytes(java.lang.Boolean onlyCountKeyBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
|
InstructionOutput |
InstructionOutput.setOnlyCountValueBytes(java.lang.Boolean onlyCountValueBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
|
InstructionOutput |
InstructionOutput.setOriginalName(java.lang.String originalName)
System-defined name for this output in the original workflow graph.
|
InstructionOutput |
InstructionOutput.setSystemName(java.lang.String systemName)
System-defined name of this output.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InstructionOutput> |
ParallelInstruction.getOutputs()
Describes the outputs of the instruction.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelInstruction |
ParallelInstruction.setOutputs(java.util.List<InstructionOutput> outputs)
Describes the outputs of the instruction.
|