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 documentation provides reference information for the \u003ccode\u003eJobExecutionDetails\u003c/code\u003e class within the Dataflow v1beta3 API, detailing its structure and usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobExecutionDetails\u003c/code\u003e represents information about the execution of a job, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination and \u003ccode\u003eStages\u003c/code\u003e to access job execution stages, with the \u003ccode\u003eStages\u003c/code\u003e property being a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eStageSummary\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobExecutionDetails\u003c/code\u003e class has two constructors, one default and one for copying from another \u003ccode\u003eJobExecutionDetails\u003c/code\u003e object, and also includes the method \u003ccode\u003eGetEnumerator()\u003c/code\u003e for iterating through resources.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation pertains to version 2.0.0-beta07, which is the most recent version compared to the older versions 2.0.0-beta06 and 1.0.0-beta03 that are also listed.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobExecutionDetails (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.JobExecutionDetails)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobExecutionDetails)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobExecutionDetails) \n\n public sealed class JobExecutionDetails : IMessage\u003cJobExecutionDetails\u003e, IEquatable\u003cJobExecutionDetails\u003e, IDeepCloneable\u003cJobExecutionDetails\u003e, IBufferMessage, IMessage, IPageResponse\u003cStageSummary\u003e, IEnumerable\u003cStageSummary\u003e, IEnumerable\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobExecutionDetails.\n\nInformation about the execution of a job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobExecutionDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobExecutionDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionDetails), [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)[StageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageSummary), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[StageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageSummary), [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### JobExecutionDetails()\n\n public JobExecutionDetails()\n\n### JobExecutionDetails(JobExecutionDetails)\n\n public JobExecutionDetails(JobExecutionDetails 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### Stages\n\n public RepeatedField\u003cStageSummary\u003e Stages { get; }\n\nThe stages of the job execution.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cStageSummary\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]