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"]],[["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 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."]]],[]]