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 class
Span.Link
A pointer from the current span to another span in the same trace or in a different trace.static class
Span.Link.Builder
A 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.LinkOrBuilder
Span.Links.Builder. getLinkOrBuilder(int index)
A collection of links.Span.LinkOrBuilder
Span.Links. getLinkOrBuilder(int index)
A collection of links.Span.LinkOrBuilder
Span.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.
-