Uses of Interface
com.google.devtools.cloudtrace.v1.TraceSpanOrBuilder
-
Packages that use TraceSpanOrBuilder Package Description com.google.devtools.cloudtrace.v1 -
-
Uses of TraceSpanOrBuilder in com.google.devtools.cloudtrace.v1
Classes in com.google.devtools.cloudtrace.v1 that implement TraceSpanOrBuilder Modifier and Type Class Description class
TraceSpan
A span represents a single timed event within a trace.static class
TraceSpan.Builder
A span represents a single timed event within a trace.Methods in com.google.devtools.cloudtrace.v1 that return TraceSpanOrBuilder Modifier and Type Method Description TraceSpanOrBuilder
Trace.Builder. getSpansOrBuilder(int index)
Collection of spans in the trace.TraceSpanOrBuilder
Trace. getSpansOrBuilder(int index)
Collection of spans in the trace.TraceSpanOrBuilder
TraceOrBuilder. getSpansOrBuilder(int index)
Collection of spans in the trace.Methods in com.google.devtools.cloudtrace.v1 that return types with arguments of type TraceSpanOrBuilder Modifier and Type Method Description List<? extends TraceSpanOrBuilder>
Trace.Builder. getSpansOrBuilderList()
Collection of spans in the trace.List<? extends TraceSpanOrBuilder>
Trace. getSpansOrBuilderList()
Collection of spans in the trace.List<? extends TraceSpanOrBuilder>
TraceOrBuilder. getSpansOrBuilderList()
Collection of spans in the trace.
-