Uses of Class
com.google.dataflow.v1beta3.ComputationTopology
-
Packages that use ComputationTopology Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ComputationTopology in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ComputationTopology Modifier and Type Method Description ComputationTopology
ComputationTopology.Builder. build()
ComputationTopology
ComputationTopology.Builder. buildPartial()
ComputationTopology
TopologyConfig.Builder. getComputations(int index)
The computations associated with a streaming Dataflow job.ComputationTopology
TopologyConfig. getComputations(int index)
The computations associated with a streaming Dataflow job.ComputationTopology
TopologyConfigOrBuilder. getComputations(int index)
The computations associated with a streaming Dataflow job.static ComputationTopology
ComputationTopology. getDefaultInstance()
ComputationTopology
ComputationTopology.Builder. getDefaultInstanceForType()
ComputationTopology
ComputationTopology. getDefaultInstanceForType()
static ComputationTopology
ComputationTopology. parseDelimitedFrom(InputStream input)
static ComputationTopology
ComputationTopology. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputationTopology
ComputationTopology. parseFrom(byte[] data)
static ComputationTopology
ComputationTopology. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputationTopology
ComputationTopology. parseFrom(com.google.protobuf.ByteString data)
static ComputationTopology
ComputationTopology. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputationTopology
ComputationTopology. parseFrom(com.google.protobuf.CodedInputStream input)
static ComputationTopology
ComputationTopology. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputationTopology
ComputationTopology. parseFrom(InputStream input)
static ComputationTopology
ComputationTopology. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputationTopology
ComputationTopology. parseFrom(ByteBuffer data)
static ComputationTopology
ComputationTopology. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type ComputationTopology Modifier and Type Method Description List<ComputationTopology>
TopologyConfig.Builder. getComputationsList()
The computations associated with a streaming Dataflow job.List<ComputationTopology>
TopologyConfig. getComputationsList()
The computations associated with a streaming Dataflow job.List<ComputationTopology>
TopologyConfigOrBuilder. getComputationsList()
The computations associated with a streaming Dataflow job.com.google.protobuf.Parser<ComputationTopology>
ComputationTopology. getParserForType()
static com.google.protobuf.Parser<ComputationTopology>
ComputationTopology. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type ComputationTopology Modifier and Type Method Description TopologyConfig.Builder
TopologyConfig.Builder. addComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.TopologyConfig.Builder
TopologyConfig.Builder. addComputations(ComputationTopology value)
The computations associated with a streaming Dataflow job.ComputationTopology.Builder
ComputationTopology.Builder. mergeFrom(ComputationTopology other)
static ComputationTopology.Builder
ComputationTopology. newBuilder(ComputationTopology prototype)
TopologyConfig.Builder
TopologyConfig.Builder. setComputations(int index, ComputationTopology value)
The computations associated with a streaming Dataflow job.Method parameters in com.google.dataflow.v1beta3 with type arguments of type ComputationTopology Modifier and Type Method Description TopologyConfig.Builder
TopologyConfig.Builder. addAllComputations(Iterable<? extends ComputationTopology> values)
The computations associated with a streaming Dataflow job.
-