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 webpage provides documentation for the `GetLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, detailing its structure and usage."],["The latest version of the `GetLogMetricRequest` class is 4.4.0, with the provided content specifically documenting version 3.3.0."],["`GetLogMetricRequest` is a sealed class used to set parameters for retrieving a log metric, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, one default and one that allows for copying an existing `GetLogMetricRequest` object, with the latter requiring another `GetLogMetricRequest` object as a parameter."],["Key properties of `GetLogMetricRequest` include `MetricName` (a string) and `MetricNameAsLogMetricName` (a `LogMetricName` type), both associated with the resource name of the desired metric."]]],[]]