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-04-17 UTC."],[[["The document provides reference information for the `CreateTimeSeriesError` class within the Google Cloud Monitoring v3 API, specifically for .NET development."],["This `CreateTimeSeriesError` class is marked as deprecated and was intended to hold error statuses related to individual time series."],["The documentation lists multiple versions of the API, from version 2.3.0 up to the latest, version 3.15.0, including version 3.11.0, in which the current class is documented."],["The `CreateTimeSeriesError` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `object`."],["The class includes a constructor and two deprecated properties: `Status`, indicating the status of a write operation, and `TimeSeries`, identifying the time series related to the error."]]],[]]