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-03-21 UTC."],[[["The `CreateTimeSeriesSummary` class represents the outcome of a request to write data to a time series, specifically detailing the success and failure counts."],["Version 3.15.0 is the latest available version, with a list of previous versions ranging from 3.14.0 down to 2.3.0, all related to the `CreateTimeSeriesSummary`."],["The class is part of the `Google.Cloud.Monitoring.V3` namespace within the `Google.Cloud.Monitoring.V3.dll` assembly and inherits from `Object`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Errors`, which is a `RepeatedField` detailing any errors encountered, `SuccessPointCount` for the number of successful data points, and `TotalPointCount` for the total data points in the request."],["The class has 2 constructors, `CreateTimeSeriesSummary()` and `CreateTimeSeriesSummary(CreateTimeSeriesSummary other)`."]]],[]]