Class: Google::Devtools::Cloudtrace::V2::Span::Links
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V2::Span::Links
- Defined in:
- lib/google/cloud/trace/v2/doc/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::Devtools::Cloudtrace::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.
219 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 219 class Links; end |
#link ⇒ Array<Google::Devtools::Cloudtrace::V2::Span::Link>
Returns A collection of links.
219 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 219 class Links; end |