Interface protos.google.dataflow.v1beta3.IJobMessage

Properties of a JobMessage.

Package

@google-cloud/dataflow!

Properties

id

id?: (string|null);

JobMessage id

Property Value
TypeDescription
(string|null)

messageImportance

messageImportance?: (google.dataflow.v1beta3.JobMessageImportance|keyof typeof google.dataflow.v1beta3.JobMessageImportance|null);

JobMessage messageImportance

Property Value
TypeDescription
(google.dataflow.v1beta3.JobMessageImportance|keyof typeof google.dataflow.v1beta3.JobMessageImportance|null)

messageText

messageText?: (string|null);

JobMessage messageText

Property Value
TypeDescription
(string|null)

time

time?: (google.protobuf.ITimestamp|null);

JobMessage time

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)