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 classTraceSpanA span represents a single timed event within a trace.static classTraceSpan.BuilderA span represents a single timed event within a trace.Methods in com.google.devtools.cloudtrace.v1 that return TraceSpanOrBuilder Modifier and Type Method Description TraceSpanOrBuilderTrace.Builder. getSpansOrBuilder(int index)Collection of spans in the trace.TraceSpanOrBuilderTrace. getSpansOrBuilder(int index)Collection of spans in the trace.TraceSpanOrBuilderTraceOrBuilder. 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.
-