public sealed class GetLogMetricRequest : IMessage<GetLogMetricRequest>, IEquatable<GetLogMetricRequest>, IDeepCloneable<GetLogMetricRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class GetLogMetricRequest.
[[["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 documentation page covers the `GetLogMetricRequest` class within the Google Cloud Logging v2 API, version 4.3.0."],["The `GetLogMetricRequest` class is used to specify the parameters for retrieving a log metric, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors for the `GetLogMetricRequest` class, one for default initialization and one that takes another `GetLogMetricRequest` object."],["The class has two main properties: `MetricName`, a string representing the resource name of the metric, and `MetricNameAsLogMetricName`, a typed view of `MetricName`."],["The page also provides links to other versions of the `GetLogMetricRequest`, with the latest version being 4.4.0."]]],[]]