Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.JobsResource.MessagesResource.ListRequest.MinimumImportanceEnum

Filter to only get messages with importance >= level

Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public enum ProjectsResource.LocationsResource.JobsResource.MessagesResource.ListRequest.MinimumImportanceEnum

Fields

Name Description
JOBMESSAGEBASIC

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.

JOBMESSAGEDEBUG

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.

JOBMESSAGEDETAILED

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.

JOBMESSAGEERROR

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.

JOBMESSAGEIMPORTANCEUNKNOWN

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

JOBMESSAGEWARNING

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.

In this article
Back to top Generated by DocFX