[[["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-09 UTC."],[],[],null,["# Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::StageSummary (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-dataflow-v1beta3/latest/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-StageSummary)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-StageSummary) \nReference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StageSummary.\n\nInformation about a particular execution stage of a job. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #end_time\n\n def end_time() -\u003e ::Google::Protobuf::Timestamp\n\n**Returns**\n\n- ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- End time of this stage.\n\n\n If the work item is completed, this is the actual end time of the stage.\n Otherwise, it is the predicted end time.\n\n### #end_time=\n\n def end_time=(value) -\u003e ::Google::Protobuf::Timestamp\n\n**Parameter**\n\n- **value** ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- End time of this stage.\n\n\n If the work item is completed, this is the actual end time of the stage.\nOtherwise, it is the predicted end time. \n**Returns**\n\n- ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- End time of this stage.\n\n\n If the work item is completed, this is the actual end time of the stage.\n Otherwise, it is the predicted end time.\n\n### #metrics\n\n def metrics() -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::MetricUpdate\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::MetricUpdate](./Google-Cloud-Dataflow-V1beta3-MetricUpdate)\\\u003e) --- Metrics for this stage.\n\n### #metrics=\n\n def metrics=(value) -\u003e ::Array\u003c::Google::Cloud::Dataflow::V1beta3::MetricUpdate\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::MetricUpdate](./Google-Cloud-Dataflow-V1beta3-MetricUpdate)\\\u003e) --- Metrics for this stage. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Dataflow::V1beta3::MetricUpdate](./Google-Cloud-Dataflow-V1beta3-MetricUpdate)\\\u003e) --- Metrics for this stage.\n\n### #progress\n\n def progress() -\u003e ::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries\n\n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries](./Google-Cloud-Dataflow-V1beta3-ProgressTimeseries)) --- Progress for this stage. Only applicable to Batch jobs.\n\n### #progress=\n\n def progress=(value) -\u003e ::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries](./Google-Cloud-Dataflow-V1beta3-ProgressTimeseries)) --- Progress for this stage. Only applicable to Batch jobs. \n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ProgressTimeseries](./Google-Cloud-Dataflow-V1beta3-ProgressTimeseries)) --- Progress for this stage. Only applicable to Batch jobs.\n\n### #stage_id\n\n def stage_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- ID of this stage\n\n### #stage_id=\n\n def stage_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- ID of this stage \n**Returns**\n\n- (::String) --- ID of this stage\n\n### #start_time\n\n def start_time() -\u003e ::Google::Protobuf::Timestamp\n\n**Returns**\n\n- ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- Start time of this stage.\n\n### #start_time=\n\n def start_time=(value) -\u003e ::Google::Protobuf::Timestamp\n\n**Parameter**\n\n- **value** ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- Start time of this stage. \n**Returns**\n\n- ([::Google::Protobuf::Timestamp](./Google-Protobuf-Timestamp)) --- Start time of this stage.\n\n### #state\n\n def state() -\u003e ::Google::Cloud::Dataflow::V1beta3::ExecutionState\n\n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ExecutionState](./Google-Cloud-Dataflow-V1beta3-ExecutionState)) --- State of this stage.\n\n### #state=\n\n def state=(value) -\u003e ::Google::Cloud::Dataflow::V1beta3::ExecutionState\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Dataflow::V1beta3::ExecutionState](./Google-Cloud-Dataflow-V1beta3-ExecutionState)) --- State of this stage. \n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ExecutionState](./Google-Cloud-Dataflow-V1beta3-ExecutionState)) --- State of this stage.\n\n### #straggler_summary\n\n def straggler_summary() -\u003e ::Google::Cloud::Dataflow::V1beta3::StragglerSummary\n\n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::StragglerSummary](./Google-Cloud-Dataflow-V1beta3-StragglerSummary)) --- Straggler summary for this stage.\n\n### #straggler_summary=\n\n def straggler_summary=(value) -\u003e ::Google::Cloud::Dataflow::V1beta3::StragglerSummary\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Dataflow::V1beta3::StragglerSummary](./Google-Cloud-Dataflow-V1beta3-StragglerSummary)) --- Straggler summary for this stage. \n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::StragglerSummary](./Google-Cloud-Dataflow-V1beta3-StragglerSummary)) --- Straggler summary for this stage."]]