[[["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 covers the \u003ccode\u003eJobMessage\u003c/code\u003e class, a key component of the Dataflow v1beta3 API, which represents a specific message related to a Dataflow job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMessage\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities for message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor \u003ccode\u003eJobMessage()\u003c/code\u003e and another one \u003ccode\u003eJobMessage(JobMessage other)\u003c/code\u003e which accepts another JobMessage instance, and has four properties: \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eMessageImportance\u003c/code\u003e, \u003ccode\u003eMessageText\u003c/code\u003e, and \u003ccode\u003eTime\u003c/code\u003e, to access the job message's details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMessage\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly, and has versioning details available for 2.0.0-beta07, 2.0.0-beta06, and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobMessage (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.JobMessage)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobMessage)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobMessage) \n\n public sealed class JobMessage : IMessage\u003cJobMessage\u003e, IEquatable\u003cJobMessage\u003e, IDeepCloneable\u003cJobMessage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobMessage.\n\nA particular message pertaining to a Dataflow job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobMessage \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobMessage](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMessage), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobMessage](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMessage), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobMessage](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMessage), [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) \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### JobMessage()\n\n public JobMessage()\n\n### JobMessage(JobMessage)\n\n public JobMessage(JobMessage other)\n\nProperties\n----------\n\n### Id\n\n public string Id { get; set; }\n\nDeprecated.\n\n### MessageImportance\n\n public JobMessageImportance MessageImportance { get; set; }\n\nImportance level of the message.\n\n### MessageText\n\n public string MessageText { get; set; }\n\nThe text of the message.\n\n### Time\n\n public Timestamp Time { get; set; }\n\nThe timestamp of the message."]]