public sealed class CreateLogMetricRequest : IMessage<CreateLogMetricRequest>, IEquatable<CreateLogMetricRequest>, IDeepCloneable<CreateLogMetricRequest>, IBufferMessage, IMessage
[[["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 documentation for the `CreateLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, detailing its usage and structure."],["`CreateLogMetricRequest` is a class designed for creating logs-based metrics, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Metric`, which specifies the required new logs-based metric, and `Parent`, which indicates the project where the metric will be created, represented as a resource name."],["The page lists available versions of the `CreateLogMetricRequest`, ranging from 3.3.0 to the latest 4.4.0, allowing users to view documentation specific to each release."],["There are two constructors available, one default and one that accepts another `CreateLogMetricRequest` as a parameter, for use in cloning."]]],[]]