Uses of Class
com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource
-
Packages that use ExecutionStageSummary.ComponentSource Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ExecutionStageSummary.ComponentSource in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ExecutionStageSummary.ComponentSource Modifier and Type Method Description ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource.Builder. build()ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource.Builder. buildPartial()ExecutionStageSummary.ComponentSourceExecutionStageSummary.Builder. getComponentSource(int index)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceExecutionStageSummary. getComponentSource(int index)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceExecutionStageSummaryOrBuilder. getComponentSource(int index)Collections produced and consumed by component transforms of this stage.static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. getDefaultInstance()ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource.Builder. getDefaultInstanceForType()ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. getDefaultInstanceForType()static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseDelimitedFrom(InputStream input)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(byte[] data)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.ByteString data)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(InputStream input)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(ByteBuffer data)static ExecutionStageSummary.ComponentSourceExecutionStageSummary.ComponentSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type ExecutionStageSummary.ComponentSource Modifier and Type Method Description List<ExecutionStageSummary.ComponentSource>ExecutionStageSummary.Builder. getComponentSourceList()Collections produced and consumed by component transforms of this stage.List<ExecutionStageSummary.ComponentSource>ExecutionStageSummary. getComponentSourceList()Collections produced and consumed by component transforms of this stage.List<ExecutionStageSummary.ComponentSource>ExecutionStageSummaryOrBuilder. getComponentSourceList()Collections produced and consumed by component transforms of this stage.com.google.protobuf.Parser<ExecutionStageSummary.ComponentSource>ExecutionStageSummary.ComponentSource. getParserForType()static com.google.protobuf.Parser<ExecutionStageSummary.ComponentSource>ExecutionStageSummary.ComponentSource. parser()Methods in com.google.dataflow.v1beta3 with parameters of type ExecutionStageSummary.ComponentSource Modifier and Type Method Description ExecutionStageSummary.BuilderExecutionStageSummary.Builder. addComponentSource(int index, ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.BuilderExecutionStageSummary.Builder. addComponentSource(ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource.BuilderExecutionStageSummary.ComponentSource.Builder. mergeFrom(ExecutionStageSummary.ComponentSource other)static ExecutionStageSummary.ComponentSource.BuilderExecutionStageSummary.ComponentSource. newBuilder(ExecutionStageSummary.ComponentSource prototype)ExecutionStageSummary.BuilderExecutionStageSummary.Builder. setComponentSource(int index, ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.Method parameters in com.google.dataflow.v1beta3 with type arguments of type ExecutionStageSummary.ComponentSource Modifier and Type Method Description ExecutionStageSummary.BuilderExecutionStageSummary.Builder. addAllComponentSource(Iterable<? extends ExecutionStageSummary.ComponentSource> values)Collections produced and consumed by component transforms of this stage.
-