public sealed class JobMessage : IMessage<JobMessage>, IEquatable<JobMessage>, IDeepCloneable<JobMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobMessage.
A particular message pertaining to a Dataflow job.
Implements
IMessageJobMessage, IEquatableJobMessage, IDeepCloneableJobMessage, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobMessage()
public JobMessage()
JobMessage(JobMessage)
public JobMessage(JobMessage other)
Parameter | |
---|---|
Name | Description |
other |
JobMessage |
Properties
Id
public string Id { get; set; }
Deprecated.
Property Value | |
---|---|
Type | Description |
string |
MessageImportance
public JobMessageImportance MessageImportance { get; set; }
Importance level of the message.
Property Value | |
---|---|
Type | Description |
JobMessageImportance |
MessageText
public string MessageText { get; set; }
The text of the message.
Property Value | |
---|---|
Type | Description |
string |
Time
public Timestamp Time { get; set; }
The timestamp of the message.
Property Value | |
---|---|
Type | Description |
Timestamp |