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"]],[["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 provides reference documentation for the `CreateLogMetricRequest` class within the Google Cloud Logging v2 API for .NET."],["The `CreateLogMetricRequest` class is used to define the parameters required to create a new logs-based metric, and it is an implementation of the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version of this documentation is for version 4.4.0, with several older versions also accessible, ranging back to version 3.3.0."],["Key properties of the `CreateLogMetricRequest` class include `Metric`, which represents the new logs-based metric, and `Parent`, which defines the project where the metric will be created."],["The class includes constructors for creating a new `CreateLogMetricRequest` object, either empty or by copying an existing one."]]],[]]