Uses of Interface
com.google.devtools.cloudtrace.v2.Span.LinkOrBuilder
-
Packages that use Span.LinkOrBuilder Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Span.LinkOrBuilder in com.google.devtools.cloudtrace.v2
Classes in com.google.devtools.cloudtrace.v2 that implement Span.LinkOrBuilder Modifier and Type Class Description static classSpan.LinkA pointer from the current span to another span in the same trace or in a different trace.static classSpan.Link.BuilderA pointer from the current span to another span in the same trace or in a different trace.Methods in com.google.devtools.cloudtrace.v2 that return Span.LinkOrBuilder Modifier and Type Method Description Span.LinkOrBuilderSpan.Links.Builder. getLinkOrBuilder(int index)A collection of links.Span.LinkOrBuilderSpan.Links. getLinkOrBuilder(int index)A collection of links.Span.LinkOrBuilderSpan.LinksOrBuilder. getLinkOrBuilder(int index)A collection of links.Methods in com.google.devtools.cloudtrace.v2 that return types with arguments of type Span.LinkOrBuilder Modifier and Type Method Description List<? extends Span.LinkOrBuilder>Span.Links.Builder. getLinkOrBuilderList()A collection of links.List<? extends Span.LinkOrBuilder>Span.Links. getLinkOrBuilderList()A collection of links.List<? extends Span.LinkOrBuilder>Span.LinksOrBuilder. getLinkOrBuilderList()A collection of links.
-