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 classTraceA trace describes how long it takes for an application to perform an operation.static classTrace.BuilderA 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 TraceOrBuilderListTracesResponse.Builder. getTracesOrBuilder(int index)List of trace records as specified by the view parameter.TraceOrBuilderListTracesResponse. getTracesOrBuilder(int index)List of trace records as specified by the view parameter.TraceOrBuilderListTracesResponseOrBuilder. getTracesOrBuilder(int index)List of trace records as specified by the view parameter.TraceOrBuilderTraces.Builder. getTracesOrBuilder(int index)List of traces.TraceOrBuilderTraces. getTracesOrBuilder(int index)List of traces.TraceOrBuilderTracesOrBuilder. 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.
-