public sealed class Link : IMessage<Span.Types.Link>, IEquatable<Span.Types.Link>, IDeepCloneable<Span.Types.Link>, IBufferMessage, IMessage
A pointer from the current span to another span in the same trace or in a
different trace. For example, this can be used in batching operations,
where a single batch handler processes multiple requests from different
traces or when the handler receives a request from a different project.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This document describes the `Span.Types.Link` class within the `Google.Cloud.Trace.V2` namespace, which represents a pointer from one span to another in the same or different trace."],["The `Span.Types.Link` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class provides constructors to create new `Link` instances and to clone a pre-existing one, and has properties such as `Attributes`, `SpanId`, `TraceId`, and `Type`, offering details about the linked spans."],["The `Span.Types.Link` class allows up to 32 attributes per link, and includes properties for identifying the linked span's ID, the trace's ID, and the relationship type."],["The provided documentation includes information for versions 2.2.0 up to the latest version 3.6.0 of the `Google.Cloud.Trace.V2` API."]]],[]]