public sealed class Span.Types.Link : IMessage<Span.Types.Link>, IEquatable<Span.Types.Link>, IDeepCloneable<Span.Types.Link>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.Link.
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."],[[["The document provides reference documentation for the `Span.Types.Link` class within the Google Cloud Trace v2 API, highlighting its role in representing a pointer between spans in the same or different traces."],["The `Span.Types.Link` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class offers two constructors, one default and another that takes a `Span.Types.Link` object as a parameter for copying its properties."],["`Span.Types.Link` has properties to hold attributes (`Attributes`), a `SPAN_ID` (`SpanId`), a `TRACE_ID` (`TraceId`), and a `Type` that defines the relationship between the linked spans."],["The documentation is available for multiple versions, with the latest version being 3.6.0 and version 3.4.0 being the context version."]]],[]]