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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]