Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ExecutionStageSummary.
Description of the composing transforms, names/ids, and input/outputs of a
stage of execution. Some composing transforms and sources may have been
generated by the Dataflow service during execution planning.
Generated from protobuf messagegoogle.dataflow.v1beta3.ExecutionStageSummary
[[["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 ExecutionStageSummary (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.ExecutionStageSummary)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.ExecutionStageSummary)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.ExecutionStageSummary)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.ExecutionStageSummary)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.ExecutionStageSummary)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.ExecutionStageSummary)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.ExecutionStageSummary) \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 ExecutionStageSummary.\n\nDescription of the composing transforms, names/ids, and input/outputs of a\nstage of execution. Some composing transforms and sources may have been\ngenerated by the Dataflow service during execution planning.\n\nGenerated from protobuf message `google.dataflow.v1beta3.ExecutionStageSummary`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nDataflow service generated name for this stage.\n\n### setName\n\nDataflow service generated name for this stage.\n\n### getId\n\nDataflow service generated id for this stage.\n\n### setId\n\nDataflow service generated id for this stage.\n\n### getKind\n\nType of transform this stage is executing.\n\n### setKind\n\nType of transform this stage is executing.\n\n### getInputSource\n\nInput sources for this stage.\n\n### setInputSource\n\nInput sources for this stage.\n\n### getOutputSource\n\nOutput sources for this stage.\n\n### setOutputSource\n\nOutput sources for this stage.\n\n### getPrerequisiteStage\n\nOther stages that must complete before this stage can run.\n\n### setPrerequisiteStage\n\nOther stages that must complete before this stage can run.\n\n### getComponentTransform\n\nTransforms that comprise this execution stage.\n\n### setComponentTransform\n\nTransforms that comprise this execution stage.\n\n### getComponentSource\n\nCollections produced and consumed by component transforms of this stage.\n\n### setComponentSource\n\nCollections produced and consumed by component transforms of this stage."]]