public sealed class LogEntry : IMessage<LogEntry>, IEquatable<LogEntry>, IDeepCloneable<LogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class LogEntry.
An individual entry in a log.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
LogEntry()
public LogEntry()
LogEntry(LogEntry)
public LogEntry(LogEntry other)
Parameter | |
---|---|
Name | Description |
other |
LogEntry |
Properties
CloudLoggingEntry
public CloudLoggingEntry CloudLoggingEntry { get; set; }
An individual entry in a log stored in Cloud Logging.
Property Value | |
---|---|
Type | Description |
CloudLoggingEntry |
LogEntryCase
public LogEntry.LogEntryOneofCase LogEntryCase { get; }
Property Value | |
---|---|
Type | Description |
LogEntryLogEntryOneofCase |