public sealed class TimeEvents : IMessage<Span.Types.TimeEvents>, IEquatable<Span.Types.TimeEvents>, IDeepCloneable<Span.Types.TimeEvents>, IBufferMessage, IMessage
A collection of TimeEvents. A TimeEvent is a time-stamped annotation
on the span, consisting of either user-supplied key:value pairs, or
details of a message sent/received between Spans.
[[["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\u003eThis document describes \u003ccode\u003eTimeEvents\u003c/code\u003e, a class in the \u003ccode\u003eGoogle.Cloud.Trace.V2\u003c/code\u003e namespace, which is a collection of time-stamped annotations on a span.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeEvents\u003c/code\u003e can include user-supplied key-value pairs or details of messages sent/received between spans, and it implements multiple interfaces including \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 \u003ccode\u003eTimeEvents\u003c/code\u003e class has properties for tracking the number of dropped annotations (\u003ccode\u003eDroppedAnnotationsCount\u003c/code\u003e) and dropped message events (\u003ccode\u003eDroppedMessageEventsCount\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeEvent\u003c/code\u003e property is a collection of \u003ccode\u003eTimeEvent\u003c/code\u003e objects, using a \u003ccode\u003eRepeatedField\u003c/code\u003e, that provides details for each time-stamped event.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, one that creates an empty \u003ccode\u003eTimeEvents\u003c/code\u003e and another that accepts an existing \u003ccode\u003eSpan.Types.TimeEvents\u003c/code\u003e to make a copy.\u003c/p\u003e\n"]]],[],null,[]]