Class: Google::Cloud::Trace::V2::Span::TimeEvent::Annotation
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::Span::TimeEvent::Annotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
Text annotation with a set of attributes.
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Cloud::Trace::V2::Span::Attributes
A set of attributes on the annotation.
-
#description ⇒ ::Google::Cloud::Trace::V2::TruncatableString
A user-supplied message describing the event.
Instance Attribute Details
#attributes ⇒ ::Google::Cloud::Trace::V2::Span::Attributes
Returns A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
160 161 162 163 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 160 class Annotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::Google::Cloud::Trace::V2::TruncatableString
Returns A user-supplied message describing the event. The maximum length for the description is 256 bytes.
160 161 162 163 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 160 class Annotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |