public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage
Summary of the result of a failed request to write data to a time series.
[[["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 latest version of the `Google.Cloud.Monitoring.V3` library is 3.15.0, with multiple prior versions available, ranging down to version 2.3.0."],["`CreateTimeSeriesSummary` is a class within the `Google.Cloud.Monitoring.V3` namespace used to represent the outcome of a time series data write request, specifically when the request is unsuccessful."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` enabling it to work with other components of the platform."],["The class includes properties for tracking the `SuccessPointCount`, `TotalPointCount`, and `Errors` encountered during the time series data write attempt, making it possible to analyze the results of the operation."],["The `CreateTimeSeriesSummary` class includes two constructors, one default and another to clone from another instance of `CreateTimeSeriesSummary`."]]],[]]