public enum WindowsEventLog.Channel extends Enum<WindowsEventLog.Channel> implements ProtocolMessageEnumThe channel specifies the source or category of the event.
Protobuf enum google.backstory.WindowsEventLog.Channel
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
APPLICATION |
The application channel. |
APPLICATION_VALUE |
The application channel. |
CHANNEL_UNSPECIFIED |
Default channel. |
CHANNEL_UNSPECIFIED_VALUE |
Default channel. |
FORWARDED_EVENTS |
The forwarded events channel. |
FORWARDED_EVENTS_VALUE |
The forwarded events channel. |
OTHER |
The other channel. |
OTHER_VALUE |
The other channel. |
SECURITY |
The security channel. |
SECURITY_VALUE |
The security channel. |
SETUP |
The setup channel. |
SETUP_VALUE |
The setup channel. |
SYSTEM |
The system channel. |
SYSTEM_VALUE |
The system channel. |
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() |
|