public sealed class Span.Types.Links : IMessage<Span.Types.Links>, IEquatable<Span.Types.Links>, IDeepCloneable<Span.Types.Links>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.Links.
A collection of links, which are references from this span to a span
in the same or different trace.
[[["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-05 UTC."],[[["The latest version of the `Span.Types.Links` class in the Google Cloud Trace v2 API is 3.6.0, with documentation and code samples available."],["`Span.Types.Links` represents a collection of links that reference spans within the same or different traces."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless `Links()` and `Links(Links other)` for creating a copy."],["It includes properties such as `DroppedLinksCount`, indicating the number of links dropped, and `Link`, a collection of `Span.Types.Link` objects."]]],[]]