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