public sealed class Step : IMessage<Step>, IEquatable<Step>, IDeepCloneable<Step>, IBufferMessage, IMessage
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 defines a specific operation within a Cloud Dataflow job, which can be part of various job types, including Map-Reduce.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eStep\u003c/code\u003e is part of a sequence that passes data to the next operation, with an example sequence shown to include reading, validating, mapping, grouping, and writing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStep\u003c/code\u003e class has properties like \u003ccode\u003eKind\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eProperties\u003c/code\u003e, to identify the specific step in a Cloud Dataflow job, and its unique attributes.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eStep\u003c/code\u003e class has inheritances and implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe current document displays documentation for versions 2.0.0-beta07, 2.0.0-beta06, and 1.0.0-beta03 of the API.\u003c/p\u003e\n"]]],[],null,[]]