Class: Google::Cloud::Trace::V2::Span::TimeEvent::Annotation

Inherits:
Object
  • Object
show all
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

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.

Returns:



155
156
157
158
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 155

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.

Returns:



155
156
157
158
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 155

class Annotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end