public sealed class Span.Types.TimeEvents : IMessage<Span.Types.TimeEvents>, IEquatable<Span.Types.TimeEvents>, IDeepCloneable<Span.Types.TimeEvents>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.TimeEvents.
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"]],[["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-05-02 UTC."],[[["This page provides reference documentation for the `Span.Types.TimeEvents` class in the Google Cloud Trace v2 API, which is used to represent a collection of time-stamped annotations on a span."],["The `Span.Types.TimeEvents` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["Key properties of `Span.Types.TimeEvents` include `DroppedAnnotationsCount`, `DroppedMessageEventsCount`, and `TimeEvent`, which store information about the number of dropped annotations/message events and the collection of `TimeEvent` objects."],["The available versions for this class range from 2.2.0 to 3.6.0, with 3.6.0 being the latest release, indicating ongoing development and updates."],["`Span.Types.TimeEvents` objects can be created using a default constructor or by copying an existing `Span.Types.TimeEvents` instance."]]],[]]