Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ReadInstruction |
ReadInstruction.clone() |
ReadInstruction |
ParallelInstruction.getRead()
Additional information for Read instructions.
|
ReadInstruction |
ReadInstruction.set(java.lang.String fieldName,
java.lang.Object value) |
ReadInstruction |
ReadInstruction.setSource(Source source)
The source to read from.
|
Modifier and Type | Method and Description |
---|---|
ParallelInstruction |
ParallelInstruction.setRead(ReadInstruction read)
Additional information for Read instructions.
|