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"]],[["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 document provides reference information for the `GetLogMetricRequest` class within the Google Cloud Logging v2 API, specifically for version 4.2.0."],["`GetLogMetricRequest` is used to specify the parameters needed to retrieve a log metric, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that accepts another `GetLogMetricRequest` object for copying."],["It features properties `MetricName` (string) and `MetricNameAsLogMetricName` (LogMetricName) to define the name of the log metric being requested, with the former requiring a resource name and the latter as a typed view."],["This documentation also provides access to documentation for previous versions of the API class all the way back to 3.3.0 and as current as 4.4.0."]]],[]]