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 document outlines the `CreateLogMetricRequest` class, which is used to define the parameters for creating a new logs-based metric in Google Cloud Logging V2."],["The `CreateLogMetricRequest` class, found within the `Google.Cloud.Logging.V2` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this particular documentation page is 4.4.0, with versions ranging from 3.3.0 up to the current version all being available and having individual pages."],["The class has two constructors, one is parameterless and the second takes a `CreateLogMetricRequest` instance as a parameter, and contains properties `Metric`, `Parent`, and `ParentAsProjectName`."],["The `CreateLogMetricRequest` requires the resource name of the project and the details of the new log metric to be created."]]],[]]