public sealed class DeleteLogMetricRequest : IMessage<DeleteLogMetricRequest>, IEquatable<DeleteLogMetricRequest>, IDeepCloneable<DeleteLogMetricRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLogMetricRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `DeleteLogMetricRequest` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["`DeleteLogMetricRequest` is used as the parameters to delete a log metric, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors: a default constructor `DeleteLogMetricRequest()` and one that takes another `DeleteLogMetricRequest` as a parameter."],["The `DeleteLogMetricRequest` class has properties `MetricName` and `MetricNameAsLogMetricName`, where `MetricName` represents the resource name of the metric to be deleted and `MetricNameAsLogMetricName` is a typed view of the `MetricName`."],["The webpage lists the availability of the `DeleteLogMetricRequest` object across various versions of the API, from version 3.3.0 up to the latest version 4.4.0."]]],[]]