public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesSummary.
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."],[[["This document provides reference information for the `CreateTimeSeriesSummary` class within the Google Cloud Monitoring v3 API for .NET, detailing its properties, constructors, inheritance, and implementation."],["The `CreateTimeSeriesSummary` class is used to summarize the results of a request to write data to a time series, including the number of points successfully written, the total number of points, and the number of points that failed."],["The document covers a range of versions of the Google Cloud Monitoring v3 API, from version 2.3.0 to the latest 3.15.0, including `CreateTimeSeriesSummary` for version 3.12.0."],["`CreateTimeSeriesSummary` inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class contains properties such as Errors, SuccessPointCount, and TotalPointCount, where the `Errors` property is of type `RepeatedField` containing detailed information about any issues."]]],[]]