Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobMessageImportance.
Indicates the importance of the message.
Protobuf type google.dataflow.v1beta3.JobMessageImportance
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
JOB_MESSAGE_IMPORTANCE_UNKNOWN
Value: 0
The message importance isn't specified, or is unknown.
Generated from protobuf enum JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0;
JOB_MESSAGE_DEBUG
Value: 1
The message is at the 'debug' level: typically only useful for
software engineers working on the code the job is running.
Typically, Dataflow pipeline runners do not display log messages
at this level by default.
Generated from protobuf enum JOB_MESSAGE_DEBUG = 1;
JOB_MESSAGE_DETAILED
Value: 2
The message is at the 'detailed' level: somewhat verbose, but
potentially useful to users. Typically, Dataflow pipeline
runners do not display log messages at this level by default.
These messages are displayed by default in the Dataflow
monitoring UI.
Generated from protobuf enum JOB_MESSAGE_DETAILED = 2;
JOB_MESSAGE_BASIC
Value: 5
The message is at the 'basic' level: useful for keeping
track of the execution of a Dataflow pipeline. Typically,
Dataflow pipeline runners display log messages at this level by
default, and these messages are displayed by default in the
Dataflow monitoring UI.
Generated from protobuf enum JOB_MESSAGE_BASIC = 5;
JOB_MESSAGE_WARNING
Value: 3
The message is at the 'warning' level: indicating a condition
pertaining to a job which may require human intervention.
Typically, Dataflow pipeline runners display log messages at this
level by default, and these messages are displayed by default in
the Dataflow monitoring UI.
Generated from protobuf enum JOB_MESSAGE_WARNING = 3;
JOB_MESSAGE_ERROR
Value: 4
The message is at the 'error' level: indicating a condition
preventing a job from succeeding. Typically, Dataflow pipeline
runners display log messages at this level by default, and these
messages are displayed by default in the Dataflow monitoring UI.
Generated from protobuf enum JOB_MESSAGE_ERROR = 4;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Dataflow V1beta3 Client - Class JobMessageImportance (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.JobMessageImportance)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.JobMessageImportance)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.JobMessageImportance)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.JobMessageImportance)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.JobMessageImportance)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.JobMessageImportance)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.JobMessageImportance) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobMessageImportance.\n\nIndicates the importance of the message.\n\nProtobuf type `google.dataflow.v1beta3.JobMessageImportance`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### JOB_MESSAGE_IMPORTANCE_UNKNOWN\n\n Value: 0\n\nThe message importance isn't specified, or is unknown.\n\nGenerated from protobuf enum `JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0;`\n\n### JOB_MESSAGE_DEBUG\n\n Value: 1\n\nThe message is at the 'debug' level: typically only useful for\nsoftware engineers working on the code the job is running.\n\nTypically, Dataflow pipeline runners do not display log messages\nat this level by default.\n\nGenerated from protobuf enum `JOB_MESSAGE_DEBUG = 1;`\n\n### JOB_MESSAGE_DETAILED\n\n Value: 2\n\nThe message is at the 'detailed' level: somewhat verbose, but\npotentially useful to users. Typically, Dataflow pipeline\nrunners do not display log messages at this level by default.\n\nThese messages are displayed by default in the Dataflow\nmonitoring UI.\n\nGenerated from protobuf enum `JOB_MESSAGE_DETAILED = 2;`\n\n### JOB_MESSAGE_BASIC\n\n Value: 5\n\nThe message is at the 'basic' level: useful for keeping\ntrack of the execution of a Dataflow pipeline. Typically,\nDataflow pipeline runners display log messages at this level by\ndefault, and these messages are displayed by default in the\nDataflow monitoring UI.\n\nGenerated from protobuf enum `JOB_MESSAGE_BASIC = 5;`\n\n### JOB_MESSAGE_WARNING\n\n Value: 3\n\nThe message is at the 'warning' level: indicating a condition\npertaining to a job which may require human intervention.\n\nTypically, Dataflow pipeline runners display log messages at this\nlevel by default, and these messages are displayed by default in\nthe Dataflow monitoring UI.\n\nGenerated from protobuf enum `JOB_MESSAGE_WARNING = 3;`\n\n### JOB_MESSAGE_ERROR\n\n Value: 4\n\nThe message is at the 'error' level: indicating a condition\npreventing a job from succeeding. Typically, Dataflow pipeline\nrunners display log messages at this level by default, and these\nmessages are displayed by default in the Dataflow monitoring UI.\n\nGenerated from protobuf enum `JOB_MESSAGE_ERROR = 4;`"]]