Uses of Interface
com.google.devtools.cloudtrace.v1.TraceOrBuilder
-
Packages that use TraceOrBuilder Package Description com.google.devtools.cloudtrace.v1 -
-
Uses of TraceOrBuilder in com.google.devtools.cloudtrace.v1
Classes in com.google.devtools.cloudtrace.v1 that implement TraceOrBuilder Modifier and Type Class Description class
Trace
A trace describes how long it takes for an application to perform an operation.static class
Trace.Builder
A trace describes how long it takes for an application to perform an operation.Methods in com.google.devtools.cloudtrace.v1 that return TraceOrBuilder Modifier and Type Method Description TraceOrBuilder
ListTracesResponse.Builder. getTracesOrBuilder(int index)
List of trace records as specified by the view parameter.TraceOrBuilder
ListTracesResponse. getTracesOrBuilder(int index)
List of trace records as specified by the view parameter.TraceOrBuilder
ListTracesResponseOrBuilder. getTracesOrBuilder(int index)
List of trace records as specified by the view parameter.TraceOrBuilder
Traces.Builder. getTracesOrBuilder(int index)
List of traces.TraceOrBuilder
Traces. getTracesOrBuilder(int index)
List of traces.TraceOrBuilder
TracesOrBuilder. getTracesOrBuilder(int index)
List of traces.Methods in com.google.devtools.cloudtrace.v1 that return types with arguments of type TraceOrBuilder Modifier and Type Method Description List<? extends TraceOrBuilder>
ListTracesResponse.Builder. getTracesOrBuilderList()
List of trace records as specified by the view parameter.List<? extends TraceOrBuilder>
ListTracesResponse. getTracesOrBuilderList()
List of trace records as specified by the view parameter.List<? extends TraceOrBuilder>
ListTracesResponseOrBuilder. getTracesOrBuilderList()
List of trace records as specified by the view parameter.List<? extends TraceOrBuilder>
Traces.Builder. getTracesOrBuilderList()
List of traces.List<? extends TraceOrBuilder>
Traces. getTracesOrBuilderList()
List of traces.List<? extends TraceOrBuilder>
TracesOrBuilder. getTracesOrBuilderList()
List of traces.
-