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 documents the `CreateLogMetricRequest` class, which is used to define the parameters for creating a new logs-based metric within Google Cloud Logging, specifically within version 3.4.0 of the Google.Cloud.Logging.V2 library."],["`CreateLogMetricRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messages, object comparison, deep cloning, and efficient message handling."],["The class includes properties `Metric` of type `LogMetric` to specify the details of the new log metric, and `Parent` of type `string` to define the project under which the metric should be created, with an additional `ParentAsProjectName` of type `ProjectName` provided for a typed view of the `Parent` resource name."],["The latest version available is 4.4.0, while the documentation provided focuses on the 3.4.0 version."],["Two Constructors are available to instantiate the class; either a parameterless one, or one which takes in another instance of `CreateLogMetricRequest` to be used for the construction."]]],[]]