public sealed class GetLogMetricRequest : IMessage<GetLogMetricRequest>, IEquatable<GetLogMetricRequest>, IDeepCloneable<GetLogMetricRequest>, IBufferMessage, IMessage
[[["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 outlines the `GetLogMetricRequest` class, which is used to define parameters for retrieving a specific log metric."],["The `GetLogMetricRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is implemented in the `Google.Cloud.Logging.V2.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used with Google Protocol Buffers and related functionalities."],["The class includes properties like `MetricName` (a string representing the metric's resource name) and `MetricNameAsLogMetricName` (a `LogMetricName`-typed view of the resource name)."],["There are several versions of this document, from 3.3.0 up to the latest 4.4.0, available to be referenced."]]],[]]