Class JobMessage (1.0.0-beta03)

public sealed class JobMessage : IMessage<JobMessage>, IEquatable<JobMessage>, IDeepCloneable<JobMessage>, IBufferMessage, IMessage

A particular message pertaining to a Dataflow job.

Inheritance

Object > JobMessage

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

JobMessage()

public JobMessage()

JobMessage(JobMessage)

public JobMessage(JobMessage other)
Parameter
NameDescription
otherJobMessage

Properties

Id

public string Id { get; set; }

Deprecated.

Property Value
TypeDescription
String

MessageImportance

public JobMessageImportance MessageImportance { get; set; }

Importance level of the message.

Property Value
TypeDescription
JobMessageImportance

MessageText

public string MessageText { get; set; }

The text of the message.

Property Value
TypeDescription
String

Time

public Timestamp Time { get; set; }

The timestamp of the message.

Property Value
TypeDescription
Timestamp