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 information for the `DeleteLogMetricRequest` class within the Google Cloud Logging v2 API, specifically detailing its usage and attributes."],["The `DeleteLogMetricRequest` class is used as the input parameter for the `DeleteLogMetric` method in the API, enabling the deletion of log metrics."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and supporting various operations."],["Key properties include `MetricName` (a string representing the metric's resource name) and `MetricNameAsLogMetricName` (a typed view of the resource name as `LogMetricName`)."],["The page lists previous versions from 4.4.0 to 3.3.0, although they all concern the `DeleteLogMetricRequest` type, and 4.4.0 is the latest version."]]],[]]