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 page provides documentation for the `GetLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, detailing its structure and usage."],["`GetLogMetricRequest` is a class designed to retrieve parameters for the `GetLogMetric` function and it inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor `GetLogMetricRequest()` and an overload `GetLogMetricRequest(GetLogMetricRequest other)` for creating instances based on existing ones."],["`GetLogMetricRequest` has two properties: `MetricName` which is a required string representing the resource name of the desired metric, and `MetricNameAsLogMetricName`, which provides a typed view of `MetricName`."],["The documentation covers versions from 3.3.0 to the latest 4.4.0, indicating a history of updates and improvements to the `GetLogMetricRequest` class."]]],[]]