public sealed class CreateLogMetricRequest : IMessage<CreateLogMetricRequest>, IEquatable<CreateLogMetricRequest>, IDeepCloneable<CreateLogMetricRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CreateLogMetricRequest.
[[["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 provides reference documentation for the `CreateLogMetricRequest` class within the Google Cloud Logging v2 API, specifically for version 4.3.0."],["The `CreateLogMetricRequest` class is used to define the parameters for creating a new log-based metric within a specified project."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, one default and one that takes another `CreateLogMetricRequest` object, allowing for easy initialization and cloning."],["It includes properties for setting the `Metric` using the `LogMetric` object and `Parent` which defines the project where the metric will be created."]]],[]]