Dataflow v1beta3 API - Class JobMessage (2.0.0-beta06)

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.

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
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