public sealed class CreateTimeSeriesError : IMessage<CreateTimeSeriesError>, IEquatable<CreateTimeSeriesError>, IDeepCloneable<CreateTimeSeriesError>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesError.
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-03-21 UTC."],[[["The `CreateTimeSeriesError` class, part of the Google Cloud Monitoring v3 API, is used to manage errors related to time series operations, and is now marked as deprecated."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["Available versions for `CreateTimeSeriesError` range from 2.3.0 to 3.15.0, with 3.15.0 being the latest version of the software."],["The class includes properties such as `Status` and `TimeSeries`, both of which are also deprecated and relate to error status and the ID of the time series in error."],["The class offers two constructors, a default one, and another to create a new instance based on another given `CreateTimeSeriesError`."]]],[]]