Google Cloud Dataflow V1beta3 Client - Class JobMessage (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobMessage.

A particular message pertaining to a Dataflow job.

Generated from protobuf message google.dataflow.v1beta3.JobMessage

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

Deprecated.

↳ time Google\Protobuf\Timestamp

The timestamp of the message.

↳ message_text string

The text of the message.

↳ message_importance int

Importance level of the message.

getId

Deprecated.

Returns
TypeDescription
string

setId

Deprecated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTime

The timestamp of the message.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTime

clearTime

setTime

The timestamp of the message.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getMessageText

The text of the message.

Returns
TypeDescription
string

setMessageText

The text of the message.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMessageImportance

Importance level of the message.

Returns
TypeDescription
int

setMessageImportance

Importance level of the message.

Parameter
NameDescription
var int
Returns
TypeDescription
$this