Cloud Trace V2 API - Module Google::Cloud::Trace::V2::Span::Link::Type (v0.3.5)

Reference documentation and code samples for the Cloud Trace V2 API module Google::Cloud::Trace::V2::Span::Link::Type.

The relationship of the current span relative to the linked span: child, parent, or unspecified.

Constants

value: 0
The relationship of the two spans is unknown.

value: 1
The linked span is a child of the current span.

value: 2
The linked span is a parent of the current span.