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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setId
Deprecated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTime
The timestamp of the message.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTime
clearTime
setTime
The timestamp of the message.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getMessageText
The text of the message.
Returns | |
---|---|
Type | Description |
string |
setMessageText
The text of the message.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMessageImportance
Importance level of the message.
Returns | |
---|---|
Type | Description |
int |
setMessageImportance
Importance level of the message.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |