public sealed class LogEntry : IMessage<LogEntry>, IEquatable<LogEntry>, IDeepCloneable<LogEntry>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class LogEntry.
An individual entry in a log.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.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 |
|