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 page provides reference documentation for the `GetLogMetricRequest` class within the Google Cloud Logging v2 API, specifically version 4.1.0, and the documentation includes a link to the latest version."],["The `GetLogMetricRequest` class is used to define the parameters for the `GetLogMetric` function and it inherits from the object class and implements various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists the available versions of `GetLogMetricRequest`, ranging from version 3.3.0 to 4.4.0, with 4.4.0 being the most current, allowing for a breakdown of version history."],["The `GetLogMetricRequest` class includes two constructors: a default constructor and one that accepts another `GetLogMetricRequest` object as a parameter."],["The class contains two properties, `MetricName`, which is a string representing the resource name of the desired metric, and `MetricNameAsLogMetricName`, which offers a `LogMetricName`-typed view of the `MetricName` property."]]],[]]