Class: Google::Cloud::Trace::V2::Span::Links

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

Instance Attribute Details

Returns The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.

Returns:

  • (::Integer)

    The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.



258
259
260
261
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 258

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

Returns A collection of links.

Returns:



258
259
260
261
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 258

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