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"]],[["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 details for the `GetLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, used for retrieving log metric information."],["`GetLogMetricRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning."],["The class offers two constructors: a default constructor and one that takes another `GetLogMetricRequest` object as a parameter for cloning."],["It contains two main properties: `MetricName`, a string representing the resource name of the desired metric, and `MetricNameAsLogMetricName`, a `LogMetricName`-typed view of the same resource name."],["This document supports various versions, ranging from version 3.3.0 to the latest 4.4.0."]]],[]]