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 outlines the `GetLogMetricRequest` class, which is used to define the parameters for retrieving log metrics within the Google Cloud Logging V2 API, specifically version 3.4.0."],["The `GetLogMetricRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like serialization, comparison, deep cloning, and buffer management."],["It inherits basic methods from `System.Object` such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class contains properties `MetricName` of type string, which is a required field specifying the resource name of the log metric to be retrieved, and `MetricNameAsLogMetricName` which provides a `LogMetricName`-typed view of the `MetricName`."],["The `GetLogMetricRequest` has two constructors: one default constructor and another that accepts another `GetLogMetricRequest` as parameter."]]],[]]