| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
SeqMapTaskOutputInfo |
SeqMapTaskOutputInfo.clone() |
SeqMapTaskOutputInfo |
SeqMapTaskOutputInfo.set(java.lang.String fieldName,
java.lang.Object value) |
SeqMapTaskOutputInfo |
SeqMapTaskOutputInfo.setSink(Sink sink)
The sink to write the output value to.
|
SeqMapTaskOutputInfo |
SeqMapTaskOutputInfo.setTag(java.lang.String tag)
The id of the TupleTag the user code will tag the output value by.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SeqMapTaskOutputInfo> |
SeqMapTask.getOutputInfos()
Information about each of the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
SeqMapTask |
SeqMapTask.setOutputInfos(java.util.List<SeqMapTaskOutputInfo> outputInfos)
Information about each of the outputs.
|