Uses of Class
com.google.dataflow.v1beta3.TransformSummary
-
Packages that use TransformSummary Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of TransformSummary in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return TransformSummary Modifier and Type Method Description TransformSummaryTransformSummary.Builder. build()TransformSummaryTransformSummary.Builder. buildPartial()static TransformSummaryTransformSummary. getDefaultInstance()TransformSummaryTransformSummary.Builder. getDefaultInstanceForType()TransformSummaryTransformSummary. getDefaultInstanceForType()TransformSummaryPipelineDescription.Builder. getOriginalPipelineTransform(int index)Description of each transform in the pipeline and collections between them.TransformSummaryPipelineDescription. getOriginalPipelineTransform(int index)Description of each transform in the pipeline and collections between them.TransformSummaryPipelineDescriptionOrBuilder. getOriginalPipelineTransform(int index)Description of each transform in the pipeline and collections between them.static TransformSummaryTransformSummary. parseDelimitedFrom(InputStream input)static TransformSummaryTransformSummary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformSummaryTransformSummary. parseFrom(byte[] data)static TransformSummaryTransformSummary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformSummaryTransformSummary. parseFrom(com.google.protobuf.ByteString data)static TransformSummaryTransformSummary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformSummaryTransformSummary. parseFrom(com.google.protobuf.CodedInputStream input)static TransformSummaryTransformSummary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformSummaryTransformSummary. parseFrom(InputStream input)static TransformSummaryTransformSummary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformSummaryTransformSummary. parseFrom(ByteBuffer data)static TransformSummaryTransformSummary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type TransformSummary Modifier and Type Method Description List<TransformSummary>PipelineDescription.Builder. getOriginalPipelineTransformList()Description of each transform in the pipeline and collections between them.List<TransformSummary>PipelineDescription. getOriginalPipelineTransformList()Description of each transform in the pipeline and collections between them.List<TransformSummary>PipelineDescriptionOrBuilder. getOriginalPipelineTransformList()Description of each transform in the pipeline and collections between them.com.google.protobuf.Parser<TransformSummary>TransformSummary. getParserForType()static com.google.protobuf.Parser<TransformSummary>TransformSummary. parser()Methods in com.google.dataflow.v1beta3 with parameters of type TransformSummary Modifier and Type Method Description PipelineDescription.BuilderPipelineDescription.Builder. addOriginalPipelineTransform(int index, TransformSummary value)Description of each transform in the pipeline and collections between them.PipelineDescription.BuilderPipelineDescription.Builder. addOriginalPipelineTransform(TransformSummary value)Description of each transform in the pipeline and collections between them.TransformSummary.BuilderTransformSummary.Builder. mergeFrom(TransformSummary other)static TransformSummary.BuilderTransformSummary. newBuilder(TransformSummary prototype)PipelineDescription.BuilderPipelineDescription.Builder. setOriginalPipelineTransform(int index, TransformSummary value)Description of each transform in the pipeline and collections between them.Method parameters in com.google.dataflow.v1beta3 with type arguments of type TransformSummary Modifier and Type Method Description PipelineDescription.BuilderPipelineDescription.Builder. addAllOriginalPipelineTransform(Iterable<? extends TransformSummary> values)Description of each transform in the pipeline and collections between them.
-