public sealed class CloudLoggingEntry : IMessage<CloudLoggingEntry>, IEquatable<CloudLoggingEntry>, IDeepCloneable<CloudLoggingEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CloudLoggingEntry.
Metadata taken from a Cloud Logging LogEntry
Implements
IMessageCloudLoggingEntry, IEquatableCloudLoggingEntry, IDeepCloneableCloudLoggingEntry, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
CloudLoggingEntry()
public CloudLoggingEntry()
CloudLoggingEntry(CloudLoggingEntry)
public CloudLoggingEntry(CloudLoggingEntry other)
Parameter | |
---|---|
Name | Description |
other |
CloudLoggingEntry |
Properties
InsertId
public string InsertId { get; set; }
A unique identifier for the log entry.
Property Value | |
---|---|
Type | Description |
string |
LogId
public string LogId { get; set; }
The type of the log (part of log_name
. log_name
is the resource name of
the log to which this log entry belongs). For example:
cloudresourcemanager.googleapis.com/activity
. Note that this field is not
URL-encoded, unlike the LOG_ID
field in LogEntry
.
Property Value | |
---|---|
Type | Description |
string |
ResourceContainer
public string ResourceContainer { get; set; }
The organization, folder, or project of the monitored resource that produced this log entry.
Property Value | |
---|---|
Type | Description |
string |
Timestamp
public Timestamp Timestamp { get; set; }
The time the event described by the log entry occurred.
Property Value | |
---|---|
Type | Description |
Timestamp |