Uses of Interface
io.opencensus.proto.trace.v1.Span.LinksOrBuilder
-
Packages that use Span.LinksOrBuilder Package Description io.opencensus.proto.trace.v1 -
-
Uses of Span.LinksOrBuilder in io.opencensus.proto.trace.v1
Classes in io.opencensus.proto.trace.v1 that implement Span.LinksOrBuilder Modifier and Type Class Description static classSpan.LinksA collection of links, which are references from this span to a span in the same or different trace.static classSpan.Links.BuilderA collection of links, which are references from this span to a span in the same or different trace.Methods in io.opencensus.proto.trace.v1 that return Span.LinksOrBuilder Modifier and Type Method Description Span.LinksOrBuilderSpan.Builder. getLinksOrBuilder()The included links.Span.LinksOrBuilderSpan. getLinksOrBuilder()The included links.Span.LinksOrBuilderSpanOrBuilder. getLinksOrBuilder()The included links.
-