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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CloudLoggingEntry` class within the Google Cloud Security Center v1 API for .NET, detailing its structure and functionality."],["The `CloudLoggingEntry` class, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to represent log entry metadata sourced from Cloud Logging."],["The page lists multiple versions of the Google Cloud Security Center v1 API, starting from 2.2.0 to the latest version of 3.24.0, in addition to version 3.17.0."],["The `CloudLoggingEntry` class has properties like `InsertId`, `LogId`, `ResourceContainer`, and `Timestamp`, which contain information about the unique log identifier, log type, resource container, and event timestamp, respectively."],["The class provides two constructors, one default constructor, and another one that takes a `CloudLoggingEntry` object."]]],[]]