Cloud Trace V2 API - Class Google::Cloud::Trace::V2::Span::Links (v0.9.0)

Reference documentation and code samples for the Cloud Trace V2 API class Google::Cloud::Trace::V2::Span::Links.

A collection of links, which are references from this span to a span in the same or different trace.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def dropped_links_count() -> ::Integer
Returns
  • (::Integer) — The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
def dropped_links_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
def link() -> ::Array<::Google::Cloud::Trace::V2::Span::Link>
Returns
def link=(value) -> ::Array<::Google::Cloud::Trace::V2::Span::Link>
Parameter
Returns