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 StreamLocation
StreamLocation.Builder. build()
StreamLocation
StreamLocation.Builder. buildPartial()
static StreamLocation
StreamLocation. getDefaultInstance()
StreamLocation
StreamLocation.Builder. getDefaultInstanceForType()
StreamLocation
StreamLocation. getDefaultInstanceForType()
StreamLocation
ComputationTopology.Builder. getInputs(int index)
The inputs to the computation.StreamLocation
ComputationTopology. getInputs(int index)
The inputs to the computation.StreamLocation
ComputationTopologyOrBuilder. getInputs(int index)
The inputs to the computation.StreamLocation
ComputationTopology.Builder. getOutputs(int index)
The outputs from the computation.StreamLocation
ComputationTopology. getOutputs(int index)
The outputs from the computation.StreamLocation
ComputationTopologyOrBuilder. getOutputs(int index)
The outputs from the computation.static StreamLocation
StreamLocation. parseDelimitedFrom(InputStream input)
static StreamLocation
StreamLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamLocation
StreamLocation. parseFrom(byte[] data)
static StreamLocation
StreamLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamLocation
StreamLocation. parseFrom(com.google.protobuf.ByteString data)
static StreamLocation
StreamLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamLocation
StreamLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamLocation
StreamLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamLocation
StreamLocation. parseFrom(InputStream input)
static StreamLocation
StreamLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamLocation
StreamLocation. parseFrom(ByteBuffer data)
static StreamLocation
StreamLocation. 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.Builder
ComputationTopology.Builder. addInputs(int index, StreamLocation value)
The inputs to the computation.ComputationTopology.Builder
ComputationTopology.Builder. addInputs(StreamLocation value)
The inputs to the computation.ComputationTopology.Builder
ComputationTopology.Builder. addOutputs(int index, StreamLocation value)
The outputs from the computation.ComputationTopology.Builder
ComputationTopology.Builder. addOutputs(StreamLocation value)
The outputs from the computation.StreamLocation.Builder
StreamLocation.Builder. mergeFrom(StreamLocation other)
static StreamLocation.Builder
StreamLocation. newBuilder(StreamLocation prototype)
ComputationTopology.Builder
ComputationTopology.Builder. setInputs(int index, StreamLocation value)
The inputs to the computation.ComputationTopology.Builder
ComputationTopology.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.Builder
ComputationTopology.Builder. addAllInputs(Iterable<? extends StreamLocation> values)
The inputs to the computation.ComputationTopology.Builder
ComputationTopology.Builder. addAllOutputs(Iterable<? extends StreamLocation> values)
The outputs from the computation.
-