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-03-21 UTC."],[[["The `CreateTimeSeriesSummary` class in the Google Cloud Monitoring v3 API provides a summary of the results from a request to write data to a time series, including the success and failure metrics."],["This API offers multiple versions, from 2.3.0 up to the latest version 3.15.0, each with its corresponding documentation."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its support for message handling, comparison, deep cloning, and buffered message operations."],["The `CreateTimeSeriesSummary` class includes properties such as `Errors`, `SuccessPointCount`, and `TotalPointCount`, to provide insight on points that failed, points that were successfully written, and the total points in a request."],["The class has two constructors: A default empty constructor and a constructor that takes another CreateTimeSeriesSummary as an argument."]]],[]]