public sealed class 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-06-11 UTC."],[[["This documentation page covers the `Span.Types.TimeEvents` class within the Google Cloud Trace v2 API, specifically for version 3.1.0, with links to other previous versions."],["The `TimeEvents` class is a collection of `TimeEvent` objects, which are time-stamped annotations or message details associated with a span."],["`TimeEvents` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and enabling object comparisons and cloning."],["The class has properties to track dropped annotations (`DroppedAnnotationsCount`) and dropped message events (`DroppedMessageEventsCount`), as well as the core `TimeEvent` collection itself."],["The `TimeEvents` class has 2 constructors and inherits members from the `Object` class, for example, GetHashCode(), GetType(), and ToString()."]]],[]]