- 2.52.0 (latest)
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.0
- 2.1.13
Classes
GetTraceRequest
The request message for the GetTrace
method.
Protobuf type google.devtools.cloudtrace.v1.GetTraceRequest
GetTraceRequest.Builder
The request message for the GetTrace
method.
Protobuf type google.devtools.cloudtrace.v1.GetTraceRequest
ListTracesRequest
The request message for the ListTraces
method. All fields are required
unless specified.
Protobuf type google.devtools.cloudtrace.v1.ListTracesRequest
ListTracesRequest.Builder
The request message for the ListTraces
method. All fields are required
unless specified.
Protobuf type google.devtools.cloudtrace.v1.ListTracesRequest
ListTracesResponse
The response message for the ListTraces
method.
Protobuf type google.devtools.cloudtrace.v1.ListTracesResponse
ListTracesResponse.Builder
The response message for the ListTraces
method.
Protobuf type google.devtools.cloudtrace.v1.ListTracesResponse
PatchTracesRequest
The request message for the PatchTraces
method.
Protobuf type google.devtools.cloudtrace.v1.PatchTracesRequest
PatchTracesRequest.Builder
The request message for the PatchTraces
method.
Protobuf type google.devtools.cloudtrace.v1.PatchTracesRequest
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.
Protobuf type google.devtools.cloudtrace.v1.Trace
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.
Protobuf type google.devtools.cloudtrace.v1.Trace
TraceProto
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 timed event which forms a node of the trace tree. Spans for a single trace may span multiple services.
TraceServiceGrpc.TraceServiceBlockingStub
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 timed event which forms a node of the trace tree. Spans for a single trace may span multiple services.
TraceServiceGrpc.TraceServiceFutureStub
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 timed event which forms a node of the trace tree. Spans for a single trace may span multiple services.
TraceServiceGrpc.TraceServiceImplBase
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 timed event which forms a node of the trace tree. Spans for a single trace may span multiple services.
TraceServiceGrpc.TraceServiceStub
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 timed event which forms a node of the trace tree. Spans for a single trace may span multiple services.
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 its suboperations. Spans do not need to be contiguous. There may be gaps between spans in a trace.
Protobuf type google.devtools.cloudtrace.v1.TraceSpan
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 its suboperations. Spans do not need to be contiguous. There may be gaps between spans in a trace.
Protobuf type google.devtools.cloudtrace.v1.TraceSpan
Traces
List of new or updated traces.
Protobuf type google.devtools.cloudtrace.v1.Traces
Traces.Builder
List of new or updated traces.
Protobuf type google.devtools.cloudtrace.v1.Traces
Interfaces
GetTraceRequestOrBuilder
ListTracesRequestOrBuilder
ListTracesResponseOrBuilder
PatchTracesRequestOrBuilder
TraceOrBuilder
TraceSpanOrBuilder
TracesOrBuilder
Enums
ListTracesRequest.ViewType
Type of data returned for traces in the list.
Protobuf enum google.devtools.cloudtrace.v1.ListTracesRequest.ViewType
TraceSpan.SpanKind
Type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.
Protobuf enum google.devtools.cloudtrace.v1.TraceSpan.SpanKind