public sealed class CreateTimeSeriesError : IMessage<CreateTimeSeriesError>, IEquatable<CreateTimeSeriesError>, IDeepCloneable<CreateTimeSeriesError>, IBufferMessage, IMessage
DEPRECATED. Used to hold per-time-series error status.
[[["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-04-17 UTC."],[[["The `CreateTimeSeriesError` class, found in the `Google.Cloud.Monitoring.V3` namespace, is used to manage per-time-series error statuses, but is deprecated."],["Version 3.15.0 is the latest version of the `Google.Cloud.Monitoring.V3` component available in the provided documentation, with a range of older versions available from 3.14.0 down to 2.3.0, and even including versions 2.6.0, 2.5.0, and 2.4.0."],["The `CreateTimeSeriesError` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CreateTimeSeriesError` contains two deprecated properties, `Status` and `TimeSeries`, which previously held information about the status of write operations and the time series ID associated with an error."],["The `CreateTimeSeriesError` class includes two constructors: a default constructor and one that takes another `CreateTimeSeriesError` object as a parameter."]]],[]]