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 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."]]],[]]