public interface WindowsEventLogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActivityId()
public abstract String getActivityId()A GUID (Globally Unique Identifier) used to link a sequence of related events together.
string activity_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The activityId. |
getActivityIdBytes()
public abstract ByteString getActivityIdBytes()A GUID (Globally Unique Identifier) used to link a sequence of related events together.
string activity_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for activityId. |
getChannel()
public abstract WindowsEventLog.Channel getChannel()The channel of the event.
.google.backstory.WindowsEventLog.Channel channel = 1;
| Returns | |
|---|---|
| Type | Description |
WindowsEventLog.Channel |
The channel. |
getChannelValue()
public abstract int getChannelValue()The channel of the event.
.google.backstory.WindowsEventLog.Channel channel = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for channel. |
getEventId()
public abstract String getEventId()A unique identifier for a specific type of event.
string event_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The eventId. |
getEventIdBytes()
public abstract ByteString getEventIdBytes()A unique identifier for a specific type of event.
string event_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for eventId. |