Uses of Interface
com.google.dataflow.v1beta3.StreamLocationOrBuilder
-
Packages that use StreamLocationOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StreamLocationOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement StreamLocationOrBuilder Modifier and Type Class Description class
StreamLocation
Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.static class
StreamLocation.Builder
Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.Methods in com.google.dataflow.v1beta3 that return StreamLocationOrBuilder Modifier and Type Method Description StreamLocationOrBuilder
ComputationTopology.Builder. getInputsOrBuilder(int index)
The inputs to the computation.StreamLocationOrBuilder
ComputationTopology. getInputsOrBuilder(int index)
The inputs to the computation.StreamLocationOrBuilder
ComputationTopologyOrBuilder. getInputsOrBuilder(int index)
The inputs to the computation.StreamLocationOrBuilder
ComputationTopology.Builder. getOutputsOrBuilder(int index)
The outputs from the computation.StreamLocationOrBuilder
ComputationTopology. getOutputsOrBuilder(int index)
The outputs from the computation.StreamLocationOrBuilder
ComputationTopologyOrBuilder. getOutputsOrBuilder(int index)
The outputs from the computation.Methods in com.google.dataflow.v1beta3 that return types with arguments of type StreamLocationOrBuilder Modifier and Type Method Description List<? extends StreamLocationOrBuilder>
ComputationTopology.Builder. getInputsOrBuilderList()
The inputs to the computation.List<? extends StreamLocationOrBuilder>
ComputationTopology. getInputsOrBuilderList()
The inputs to the computation.List<? extends StreamLocationOrBuilder>
ComputationTopologyOrBuilder. getInputsOrBuilderList()
The inputs to the computation.List<? extends StreamLocationOrBuilder>
ComputationTopology.Builder. getOutputsOrBuilderList()
The outputs from the computation.List<? extends StreamLocationOrBuilder>
ComputationTopology. getOutputsOrBuilderList()
The outputs from the computation.List<? extends StreamLocationOrBuilder>
ComputationTopologyOrBuilder. getOutputsOrBuilderList()
The outputs from the computation.
-