Uses of Interface
com.google.devtools.cloudtrace.v2.Span.LinksOrBuilder
-
Packages that use Span.LinksOrBuilder Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Span.LinksOrBuilder in com.google.devtools.cloudtrace.v2
Classes in com.google.devtools.cloudtrace.v2 that implement Span.LinksOrBuilder Modifier and Type Class Description static class
Span.Links
A collection of links, which are references from this span to a span in the same or different trace.static class
Span.Links.Builder
A collection of links, which are references from this span to a span in the same or different trace.Methods in com.google.devtools.cloudtrace.v2 that return Span.LinksOrBuilder Modifier and Type Method Description Span.LinksOrBuilder
Span.Builder. getLinksOrBuilder()
Links associated with the span.Span.LinksOrBuilder
Span. getLinksOrBuilder()
Links associated with the span.Span.LinksOrBuilder
SpanOrBuilder. getLinksOrBuilder()
Links associated with the span.
-