Enum WindowsEventLog.Channel (0.3.0)

public enum WindowsEventLog.Channel extends Enum<WindowsEventLog.Channel> implements ProtocolMessageEnum

The channel specifies the source or category of the event.

Protobuf enum google.backstory.WindowsEventLog.Channel

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPLICATION

The application channel.

APPLICATION = 3;

APPLICATION_VALUE

The application channel.

APPLICATION = 3;

CHANNEL_UNSPECIFIED

Default channel.

CHANNEL_UNSPECIFIED = 0;

CHANNEL_UNSPECIFIED_VALUE

Default channel.

CHANNEL_UNSPECIFIED = 0;

FORWARDED_EVENTS

The forwarded events channel.

FORWARDED_EVENTS = 5;

FORWARDED_EVENTS_VALUE

The forwarded events channel.

FORWARDED_EVENTS = 5;

OTHER

The other channel.

OTHER = 6;

OTHER_VALUE

The other channel.

OTHER = 6;

SECURITY

The security channel.

SECURITY = 1;

SECURITY_VALUE

The security channel.

SECURITY = 1;

SETUP

The setup channel.

SETUP = 4;

SETUP_VALUE

The setup channel.

SETUP = 4;

SYSTEM

The system channel.

SYSTEM = 2;

SYSTEM_VALUE

The system channel.

SYSTEM = 2;

UNRECOGNIZED

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()