Enum LoggingConfig.LogSeverity (1.54.0)

public enum LoggingConfig.LogSeverity extends Enum<LoggingConfig.LogSeverity> implements ProtocolMessageEnum

The different severities for logging supported by Eventarc Advanced resources. This enum is an exhaustive list of log severities and is FROZEN. Do not expect new values to be added.

Protobuf enum google.cloud.eventarc.v1.LoggingConfig.LogSeverity

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALERT

A person must take action immediately.

ALERT = 8;

ALERT_VALUE

A person must take action immediately.

ALERT = 8;

CRITICAL

Critical events cause more severe problems or outages.

CRITICAL = 7;

CRITICAL_VALUE

Critical events cause more severe problems or outages.

CRITICAL = 7;

DEBUG

Debug or trace level logging.

DEBUG = 2;

DEBUG_VALUE

Debug or trace level logging.

DEBUG = 2;

EMERGENCY

One or more systems are unusable.

EMERGENCY = 9;

EMERGENCY_VALUE

One or more systems are unusable.

EMERGENCY = 9;

ERROR

Error events are likely to cause problems.

ERROR = 6;

ERROR_VALUE

Error events are likely to cause problems.

ERROR = 6;

INFO

Routine information, such as ongoing status or performance.

INFO = 3;

INFO_VALUE

Routine information, such as ongoing status or performance.

INFO = 3;

LOG_SEVERITY_UNSPECIFIED

Log severity is not specified. This value is treated the same as NONE, but is used to distinguish between no update and update to NONE in update_masks.

LOG_SEVERITY_UNSPECIFIED = 0;

LOG_SEVERITY_UNSPECIFIED_VALUE

Log severity is not specified. This value is treated the same as NONE, but is used to distinguish between no update and update to NONE in update_masks.

LOG_SEVERITY_UNSPECIFIED = 0;

NONE

Default value at resource creation, presence of this value must be treated as no logging/disable logging.

NONE = 1;

NONE_VALUE

Default value at resource creation, presence of this value must be treated as no logging/disable logging.

NONE = 1;

NOTICE

Normal but significant events, such as start up, shut down, or a configuration change.

NOTICE = 4;

NOTICE_VALUE

Normal but significant events, such as start up, shut down, or a configuration change.

NOTICE = 4;

UNRECOGNIZED
WARNING

Warning events might cause problems.

WARNING = 5;

WARNING_VALUE

Warning events might cause problems.

WARNING = 5;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()