Uses of Class
com.google.dataflow.v1beta3.StreamLocation
-
Packages that use StreamLocation Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StreamLocation in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return StreamLocation Modifier and Type Method Description StreamLocationStreamLocation.Builder. build()StreamLocationStreamLocation.Builder. buildPartial()static StreamLocationStreamLocation. getDefaultInstance()StreamLocationStreamLocation.Builder. getDefaultInstanceForType()StreamLocationStreamLocation. getDefaultInstanceForType()StreamLocationComputationTopology.Builder. getInputs(int index)The inputs to the computation.StreamLocationComputationTopology. getInputs(int index)The inputs to the computation.StreamLocationComputationTopologyOrBuilder. getInputs(int index)The inputs to the computation.StreamLocationComputationTopology.Builder. getOutputs(int index)The outputs from the computation.StreamLocationComputationTopology. getOutputs(int index)The outputs from the computation.StreamLocationComputationTopologyOrBuilder. getOutputs(int index)The outputs from the computation.static StreamLocationStreamLocation. parseDelimitedFrom(InputStream input)static StreamLocationStreamLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamLocationStreamLocation. parseFrom(byte[] data)static StreamLocationStreamLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamLocationStreamLocation. parseFrom(com.google.protobuf.ByteString data)static StreamLocationStreamLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamLocationStreamLocation. parseFrom(com.google.protobuf.CodedInputStream input)static StreamLocationStreamLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamLocationStreamLocation. parseFrom(InputStream input)static StreamLocationStreamLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamLocationStreamLocation. parseFrom(ByteBuffer data)static StreamLocationStreamLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type StreamLocation Modifier and Type Method Description List<StreamLocation>ComputationTopology.Builder. getInputsList()The inputs to the computation.List<StreamLocation>ComputationTopology. getInputsList()The inputs to the computation.List<StreamLocation>ComputationTopologyOrBuilder. getInputsList()The inputs to the computation.List<StreamLocation>ComputationTopology.Builder. getOutputsList()The outputs from the computation.List<StreamLocation>ComputationTopology. getOutputsList()The outputs from the computation.List<StreamLocation>ComputationTopologyOrBuilder. getOutputsList()The outputs from the computation.com.google.protobuf.Parser<StreamLocation>StreamLocation. getParserForType()static com.google.protobuf.Parser<StreamLocation>StreamLocation. parser()Methods in com.google.dataflow.v1beta3 with parameters of type StreamLocation Modifier and Type Method Description ComputationTopology.BuilderComputationTopology.Builder. addInputs(int index, StreamLocation value)The inputs to the computation.ComputationTopology.BuilderComputationTopology.Builder. addInputs(StreamLocation value)The inputs to the computation.ComputationTopology.BuilderComputationTopology.Builder. addOutputs(int index, StreamLocation value)The outputs from the computation.ComputationTopology.BuilderComputationTopology.Builder. addOutputs(StreamLocation value)The outputs from the computation.StreamLocation.BuilderStreamLocation.Builder. mergeFrom(StreamLocation other)static StreamLocation.BuilderStreamLocation. newBuilder(StreamLocation prototype)ComputationTopology.BuilderComputationTopology.Builder. setInputs(int index, StreamLocation value)The inputs to the computation.ComputationTopology.BuilderComputationTopology.Builder. setOutputs(int index, StreamLocation value)The outputs from the computation.Method parameters in com.google.dataflow.v1beta3 with type arguments of type StreamLocation Modifier and Type Method Description ComputationTopology.BuilderComputationTopology.Builder. addAllInputs(Iterable<? extends StreamLocation> values)The inputs to the computation.ComputationTopology.BuilderComputationTopology.Builder. addAllOutputs(Iterable<? extends StreamLocation> values)The outputs from the computation.
-