Class Annotation (1.7.2)

Annotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Text annotation with a set of attributes.

Attributes

NameDescription
description google.cloud.trace_v2.types.TruncatableString
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
attributes google.cloud.trace_v2.types.Span.Attributes
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

Inheritance

builtins.object > proto.message.Message > Annotation