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 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."]]],[]]