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 documentation for the `DeleteLogMetricRequest` class within the Google Cloud Logging v2 API, specifically version 4.3.0, and links to other versions as well."],["`DeleteLogMetricRequest` is used to define the parameters needed to delete a log metric, and it inherits from object while also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteLogMetricRequest` object as a parameter for copying."],["The `MetricName` property, a string, is a required resource name of the metric to be deleted in the format \"projects/[PROJECT_ID]/metrics/[METRIC_ID]\"."],["The `MetricNameAsLogMetricName` property is a `LogMetricName`-typed view over the `MetricName` property, providing a structured way to interact with the resource name."]]],[]]