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.ComponentSource
ExecutionStageSummary.ComponentSource.Builder. build()
ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource.Builder. buildPartial()
ExecutionStageSummary.ComponentSource
ExecutionStageSummary.Builder. getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource
ExecutionStageSummary. getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource
ExecutionStageSummaryOrBuilder. getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. getDefaultInstance()
ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource.Builder. getDefaultInstanceForType()
ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. getDefaultInstanceForType()
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseDelimitedFrom(InputStream input)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(byte[] data)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.ByteString data)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.CodedInputStream input)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(InputStream input)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.ComponentSource. parseFrom(ByteBuffer data)
static ExecutionStageSummary.ComponentSource
ExecutionStageSummary.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.Builder
ExecutionStageSummary.Builder. addComponentSource(int index, ExecutionStageSummary.ComponentSource value)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
ExecutionStageSummary.Builder. addComponentSource(ExecutionStageSummary.ComponentSource value)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource.Builder
ExecutionStageSummary.ComponentSource.Builder. mergeFrom(ExecutionStageSummary.ComponentSource other)
static ExecutionStageSummary.ComponentSource.Builder
ExecutionStageSummary.ComponentSource. newBuilder(ExecutionStageSummary.ComponentSource prototype)
ExecutionStageSummary.Builder
ExecutionStageSummary.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.Builder
ExecutionStageSummary.Builder. addAllComponentSource(Iterable<? extends ExecutionStageSummary.ComponentSource> values)
Collections produced and consumed by component transforms of this stage.
-