Class |
Description |
com.google.devtools.cloudtrace.v1.GetTraceRequest |
The request message for the GetTrace method.
|
com.google.devtools.cloudtrace.v1.GetTraceRequest.Builder |
The request message for the GetTrace method.
|
com.google.devtools.cloudtrace.v1.ListTracesRequest |
The request message for the ListTraces method. All fields are required
unless specified.
|
com.google.devtools.cloudtrace.v1.ListTracesRequest.Builder |
The request message for the ListTraces method. All fields are required
unless specified.
|
com.google.devtools.cloudtrace.v1.ListTracesResponse |
The response message for the ListTraces method.
|
com.google.devtools.cloudtrace.v1.ListTracesResponse.Builder |
The response message for the ListTraces method.
|
com.google.devtools.cloudtrace.v1.PatchTracesRequest |
The request message for the PatchTraces method.
|
com.google.devtools.cloudtrace.v1.PatchTracesRequest.Builder |
The request message for the PatchTraces method.
|
com.google.devtools.cloudtrace.v1.Trace |
A trace describes how long it takes for an application to perform an
operation. It consists of a set of spans, each of which represent a single
timed event within the operation. |
com.google.devtools.cloudtrace.v1.Trace.Builder |
A trace describes how long it takes for an application to perform an
operation. It consists of a set of spans, each of which represent a single
timed event within the operation. |
com.google.devtools.cloudtrace.v1.TraceProto |
|
com.google.devtools.cloudtrace.v1.TraceServiceGrpc |
This file describes an API for collecting and viewing traces and spans
within a trace. A Trace is a collection of spans corresponding to a single
operation or set of operations for an application. A span is an individual |
com.google.devtools.cloudtrace.v1.TraceServiceGrpc.TraceServiceImplBase |
Base class for the server implementation of the service TraceService.
This file describes an API for collecting and viewing traces and spans |
com.google.devtools.cloudtrace.v1.TraceSpan |
A span represents a single timed event within a trace. Spans can be nested
and form a trace tree. Often, a trace contains a root span that describes the
end-to-end latency of an operation and, optionally, one or more subspans for |
com.google.devtools.cloudtrace.v1.TraceSpan.Builder |
A span represents a single timed event within a trace. Spans can be nested
and form a trace tree. Often, a trace contains a root span that describes the
end-to-end latency of an operation and, optionally, one or more subspans for |
com.google.devtools.cloudtrace.v1.Traces |
List of new or updated traces.
|
com.google.devtools.cloudtrace.v1.Traces.Builder |
List of new or updated traces.
|