Enum JobMessageImportance (0.9.0)

public enum JobMessageImportance extends Enum<JobMessageImportance> implements ProtocolMessageEnum

Indicates the importance of the message.

Protobuf enum google.dataflow.v1beta3.JobMessageImportance

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JOB_MESSAGE_BASIC

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.

JOB_MESSAGE_BASIC = 5;

JOB_MESSAGE_BASIC_VALUE

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.

JOB_MESSAGE_BASIC = 5;

JOB_MESSAGE_DEBUG

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.

JOB_MESSAGE_DEBUG = 1;

JOB_MESSAGE_DEBUG_VALUE

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.

JOB_MESSAGE_DEBUG = 1;

JOB_MESSAGE_DETAILED

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.

JOB_MESSAGE_DETAILED = 2;

JOB_MESSAGE_DETAILED_VALUE

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.

JOB_MESSAGE_DETAILED = 2;

JOB_MESSAGE_ERROR

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.

JOB_MESSAGE_ERROR = 4;

JOB_MESSAGE_ERROR_VALUE

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.

JOB_MESSAGE_ERROR = 4;

JOB_MESSAGE_IMPORTANCE_UNKNOWN

The message importance isn't specified, or is unknown.

JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0;

JOB_MESSAGE_IMPORTANCE_UNKNOWN_VALUE

The message importance isn't specified, or is unknown.

JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0;

JOB_MESSAGE_WARNING

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.

JOB_MESSAGE_WARNING = 3;

JOB_MESSAGE_WARNING_VALUE

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.

JOB_MESSAGE_WARNING = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()