public sealed class DeleteLogRequest : IMessage<DeleteLogRequest>, IEquatable<DeleteLogRequest>, IDeepCloneable<DeleteLogRequest>, IBufferMessage, IMessage
[LOG_ID] must be URL-encoded. For example,
"projects/my-project-id/logs/syslog",
"organizations/123/logs/cloudaudit.googleapis.com%2Factivity".
For more information about log names, see
[LogEntry][google.logging.v2.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 details the `DeleteLogRequest` class, which is used to specify the parameters for deleting a log in Google Cloud Logging."],["The latest version of `DeleteLogRequest` is 4.4.0, with versions ranging from 3.3.0 to 4.4.0 being documented here, including the current page's version of 3.5.0."],["`DeleteLogRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `LogName` and `LogNameAsLogName`, which are used to identify the log resource to be deleted, with `LogName` requiring a specific URL-encoded format."],["Two constructors are available for `DeleteLogRequest`: a default constructor and one that accepts another `DeleteLogRequest` instance as a parameter."]]],[]]