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 classStreamLocationDescribes a stream of data, either as input to be processed or as output of a streaming Dataflow job.static classStreamLocation.BuilderDescribes 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 StreamLocationOrBuilderComputationTopology.Builder. getInputsOrBuilder(int index)The inputs to the computation.StreamLocationOrBuilderComputationTopology. getInputsOrBuilder(int index)The inputs to the computation.StreamLocationOrBuilderComputationTopologyOrBuilder. getInputsOrBuilder(int index)The inputs to the computation.StreamLocationOrBuilderComputationTopology.Builder. getOutputsOrBuilder(int index)The outputs from the computation.StreamLocationOrBuilderComputationTopology. getOutputsOrBuilder(int index)The outputs from the computation.StreamLocationOrBuilderComputationTopologyOrBuilder. 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.
-