Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client 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.
Note: The properties of this object are not stable and might change.
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.
Generated from protobuf message google.dataflow.v1beta3.Step
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ kind
string
The kind of step in the Cloud Dataflow job.
↳ name
string
The name that identifies the step. This must be unique for each step with respect to all other steps in the Cloud Dataflow job.
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.
getKind
The kind of step in the Cloud Dataflow job.
Returns
Type
Description
string
setKind
The kind of step in the Cloud Dataflow job.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getName
The name that identifies the step. This must be unique for each
step with respect to all other steps in the Cloud Dataflow job.
Returns
Type
Description
string
setName
The name that identifies the step. This must be unique for each
step with respect to all other steps in the Cloud Dataflow job.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getProperties
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataflow V1beta3 Client - Class Step (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.Step)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.Step)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.Step)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.Step)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.Step)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.Step)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.Step) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class Step.\n\nDefines a particular step within a Cloud Dataflow job.\n\nA job consists of multiple steps, each of which performs some\nspecific operation as part of the overall job. Data is typically\npassed from one step to another as part of the job.\n**Note:** The properties of this object are not stable and might change.\nHere's an example of a sequence of steps which together implement a\nMap-Reduce job:\n\n- Read a collection of data from some source, parsing the collection's elements.\n- Validate the elements.\n- Apply a user-defined function to map each element to some value and extract an element-specific key value.\n- Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection.\n- 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.\n\nGenerated from protobuf message `google.dataflow.v1beta3.Step`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getKind\n\nThe kind of step in the Cloud Dataflow job.\n\n### setKind\n\nThe kind of step in the Cloud Dataflow job.\n\n### getName\n\nThe name that identifies the step. This must be unique for each\nstep with respect to all other steps in the Cloud Dataflow job.\n\n### setName\n\nThe name that identifies the step. This must be unique for each\nstep with respect to all other steps in the Cloud Dataflow job.\n\n### getProperties\n\nNamed properties associated with the step. Each kind of\npredefined step has its own required set of properties.\n\nMust be provided on Create. Only retrieved with JOB_VIEW_ALL.\n\n### hasProperties\n\n### clearProperties\n\n### setProperties\n\nNamed properties associated with the step. Each kind of\npredefined step has its own required set of properties.\n\nMust be provided on Create. Only retrieved with JOB_VIEW_ALL."]]