public sealed class Step : IMessage<Step>, IEquatable<Step>, IDeepCloneable<Step>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class Step.
Defines a particular step within a Cloud Dataflow job.
A job consists of multiple steps, each of which performs some
specific operation as part of the overall job. Data is typically
passed from one step to another as part of the job.
Here's an example of a sequence of steps which together implement a
Map-Reduce job:
Read a collection of data from some source, parsing the
collection's elements.
Validate the elements.
Apply a user-defined function to map each element to some value
and extract an element-specific key value.
Group elements with the same key into a single element with
that key, transforming a multiply-keyed collection into a
uniquely-keyed collection.
Write the elements out to some data sink.
Note that the Cloud Dataflow service may be used to run many different
types of jobs, not just Map-Reduce.
Named properties associated with the step. Each kind of
predefined step has its own required set of properties.
Must be provided on Create. Only retrieved with JOB_VIEW_ALL.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStep\u003c/code\u003e class in the Dataflow v1beta3 API represents a single operation within a Cloud Dataflow job, which can include operations like reading data, validating, mapping, grouping, and writing.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, offering a variety of methods for manipulation and comparison.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eStep\u003c/code\u003e instance possesses properties like \u003ccode\u003eKind\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eProperties\u003c/code\u003e, which define its type, unique identifier, and associated attributes, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStep\u003c/code\u003e class has a constructor that creates a new instance of the Step class, as well as a copy constructor to duplicate existing steps.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is 2.0.0-beta07, with previous versions like 2.0.0-beta06 and 1.0.0-beta03 also available for reference.\u003c/p\u003e\n"]]],[],null,[]]