Class: Google::Cloud::Trace::V2::Span::Links
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::Span::Links
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
A collection of links, which are references from this span to a span in the same or different trace.
Instance Attribute Summary collapse
-
#dropped_links_count ⇒ ::Integer
The number of dropped links after the maximum size was enforced.
-
#link ⇒ ::Array<::Google::Cloud::Trace::V2::Span::Link>
A collection of links.
Instance Attribute Details
#dropped_links_count ⇒ ::Integer
Returns The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
263 264 265 266 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 263 class Links include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |