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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateTimeSeriesSummary\u003c/code\u003e class represents the outcome of a request to write data to a time series, specifically detailing the success and failure counts.\u003c/p\u003e\n"],["\u003cp\u003eVersion 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 \u003ccode\u003eCreateTimeSeriesSummary\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Monitoring.V3.dll\u003c/code\u003e assembly and inherits from \u003ccode\u003eObject\u003c/code\u003e, implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eErrors\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e detailing any errors encountered, \u003ccode\u003eSuccessPointCount\u003c/code\u003e for the number of successful data points, and \u003ccode\u003eTotalPointCount\u003c/code\u003e for the total data points in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe class has 2 constructors, \u003ccode\u003eCreateTimeSeriesSummary()\u003c/code\u003e and \u003ccode\u003eCreateTimeSeriesSummary(CreateTimeSeriesSummary other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]