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 documentation is for the `CreateLogMetricRequest` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["The `CreateLogMetricRequest` class is used to define the parameters for creating a new logs-based metric within a project."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateLogMetricRequest` class include `Metric`, which is a `LogMetric` object representing the new metric, and `Parent`, a string representing the project resource name where the metric will be created."],["There are different versions of the API available and listed, ranging from 3.3.0 up to the latest 4.4.0 version."]]],[]]