public sealed class Annotation : IMessage<Span.Types.TimeEvent.Types.Annotation>, IEquatable<Span.Types.TimeEvent.Types.Annotation>, IDeepCloneable<Span.Types.TimeEvent.Types.Annotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.TimeEvent.Types.Annotation.
[[["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."],[[["This documentation page covers the `Span.Types.TimeEvent.Types.Annotation` class within the Google Cloud Trace v2 API, providing reference information and code samples."],["The `Annotation` class represents a text annotation with a set of attributes, used to describe an event within a span, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `Annotation()` and a constructor that takes another `Annotation` object, `Annotation(Span.Types.TimeEvent.Types.Annotation other)`."],["The `Annotation` class includes two properties, `Attributes` of type `Span.Types.Attributes` which allows for up to 4 attributes, and `Description` of type `TruncatableString` which is a user-supplied message limited to 256 bytes."],["The documentation provides various versions of the class, with the latest being version 3.6.0, and going back to version 2.2.0."]]],[]]