If present, this response does not contain all requested tasks. To obtain
the next page of results, repeat the request with page_token set to this
value.
[[["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\u003eThis document provides reference information for the \u003ccode\u003eStageExecutionDetails\u003c/code\u003e class within the Dataflow v1beta3 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStageExecutionDetails\u003c/code\u003e class offers details about the workers and work items within a particular stage of a Dataflow pipeline.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, along with its own methods and properties.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eStageExecutionDetails\u003c/code\u003e include \u003ccode\u003eNextPageToken\u003c/code\u003e, which assists in paginating results, and \u003ccode\u003eWorkers\u003c/code\u003e, a collection of \u003ccode\u003eWorkerDetails\u003c/code\u003e that have participated in the stage.\u003c/p\u003e\n"],["\u003cp\u003eThere are several available versions of the \u003ccode\u003eStageExecutionDetails\u003c/code\u003e class, the latest of which is version 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class StageExecutionDetails (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails) \n\n public sealed class StageExecutionDetails : IMessage\u003cStageExecutionDetails\u003e, IEquatable\u003cStageExecutionDetails\u003e, IDeepCloneable\u003cStageExecutionDetails\u003e, IBufferMessage, IMessage, IPageResponse\u003cWorkerDetails\u003e, IEnumerable\u003cWorkerDetails\u003e, IEnumerable\n\nReference documentation and code samples for the Dataflow v1beta3 API class StageExecutionDetails.\n\nInformation about the workers and work items within a stage. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StageExecutionDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StageExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StageExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StageExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageExecutionDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[WorkerDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.WorkerDetails), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[WorkerDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.WorkerDetails), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### StageExecutionDetails()\n\n public StageExecutionDetails()\n\n### StageExecutionDetails(StageExecutionDetails)\n\n public StageExecutionDetails(StageExecutionDetails other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nIf present, this response does not contain all requested tasks. To obtain\nthe next page of results, repeat the request with page_token set to this\nvalue.\n\n### Workers\n\n public RepeatedField\u003cWorkerDetails\u003e Workers { get; }\n\nWorkers that have done work on the stage.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cWorkerDetails\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]