Package com.google.devtools.cloudtrace.v2 (2.41.0)

GitHub Repository

Classes

Class Description
com.google.devtools.cloudtrace.v2.AttributeValue The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.
com.google.devtools.cloudtrace.v2.AttributeValue.Builder The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.
com.google.devtools.cloudtrace.v2.BatchWriteSpansRequest The request message for the BatchWriteSpans method.
com.google.devtools.cloudtrace.v2.BatchWriteSpansRequest.Builder The request message for the BatchWriteSpans method.
com.google.devtools.cloudtrace.v2.Module Binary module.
com.google.devtools.cloudtrace.v2.Module.Builder Binary module.
com.google.devtools.cloudtrace.v2.ProjectName
com.google.devtools.cloudtrace.v2.ProjectName.Builder Builder for projects/{project}.
com.google.devtools.cloudtrace.v2.Span A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for
com.google.devtools.cloudtrace.v2.Span.Attributes A set of attributes as key-value pairs.
com.google.devtools.cloudtrace.v2.Span.Attributes.Builder A set of attributes as key-value pairs.
com.google.devtools.cloudtrace.v2.Span.Builder A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for
com.google.devtools.cloudtrace.v2.Span.Link A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different
com.google.devtools.cloudtrace.v2.Span.Link.Builder A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different
com.google.devtools.cloudtrace.v2.Span.Links A collection of links, which are references from this span to a span in the same or different trace.
com.google.devtools.cloudtrace.v2.Span.Links.Builder A collection of links, which are references from this span to a span in the same or different trace.
com.google.devtools.cloudtrace.v2.Span.TimeEvent A time-stamped annotation or message event in the Span.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation Text annotation with a set of attributes.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation.Builder Text annotation with a set of attributes.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.Builder A time-stamped annotation or message event in the Span.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent An event describing a message sent/received between Spans.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent.Builder An event describing a message sent/received between Spans.
com.google.devtools.cloudtrace.v2.Span.TimeEvents A collection of TimeEvents. A TimeEvent is a time-stamped annotation on the span, consisting of either user-supplied key:value pairs, or details of a message sent/received between Spans.
com.google.devtools.cloudtrace.v2.Span.TimeEvents.Builder A collection of TimeEvents. A TimeEvent is a time-stamped annotation on the span, consisting of either user-supplied key:value pairs, or details of a message sent/received between Spans.
com.google.devtools.cloudtrace.v2.SpanName
com.google.devtools.cloudtrace.v2.SpanName.Builder Builder for projects/{project}/traces/{trace}/spans/{span}.
com.google.devtools.cloudtrace.v2.StackTrace A call stack appearing in a trace.
com.google.devtools.cloudtrace.v2.StackTrace.Builder A call stack appearing in a trace.
com.google.devtools.cloudtrace.v2.StackTrace.StackFrame Represents a single stack frame in a stack trace.
com.google.devtools.cloudtrace.v2.StackTrace.StackFrame.Builder Represents a single stack frame in a stack trace.
com.google.devtools.cloudtrace.v2.StackTrace.StackFrames A collection of stack frames, which can be truncated.
com.google.devtools.cloudtrace.v2.StackTrace.StackFrames.Builder A collection of stack frames, which can be truncated.
com.google.devtools.cloudtrace.v2.TraceProto
com.google.devtools.cloudtrace.v2.TraceServiceGrpc Service for collecting and viewing traces and spans within a trace. A trace is a collection of spans corresponding to a single operation or a set of operations in an application.
com.google.devtools.cloudtrace.v2.TraceServiceGrpc.TraceServiceImplBase Base class for the server implementation of the service TraceService. Service for collecting and viewing traces and spans within a trace.
com.google.devtools.cloudtrace.v2.TracingProto
com.google.devtools.cloudtrace.v2.TruncatableString Represents a string that might be shortened to a specified length.
com.google.devtools.cloudtrace.v2.TruncatableString.Builder Represents a string that might be shortened to a specified length.

Interfaces

Interface Description
com.google.devtools.cloudtrace.v2.AttributeValueOrBuilder
com.google.devtools.cloudtrace.v2.BatchWriteSpansRequestOrBuilder
com.google.devtools.cloudtrace.v2.ModuleOrBuilder
com.google.devtools.cloudtrace.v2.Span.AttributesOrBuilder
com.google.devtools.cloudtrace.v2.Span.LinkOrBuilder
com.google.devtools.cloudtrace.v2.Span.LinksOrBuilder
com.google.devtools.cloudtrace.v2.Span.TimeEvent.AnnotationOrBuilder
com.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEventOrBuilder
com.google.devtools.cloudtrace.v2.Span.TimeEventOrBuilder
com.google.devtools.cloudtrace.v2.Span.TimeEventsOrBuilder
com.google.devtools.cloudtrace.v2.SpanOrBuilder
com.google.devtools.cloudtrace.v2.StackTrace.StackFrameOrBuilder
com.google.devtools.cloudtrace.v2.StackTrace.StackFramesOrBuilder
com.google.devtools.cloudtrace.v2.StackTraceOrBuilder
com.google.devtools.cloudtrace.v2.TraceServiceGrpc.AsyncService Service for collecting and viewing traces and spans within a trace. A trace is a collection of spans corresponding to a single operation or a set of operations in an application.
com.google.devtools.cloudtrace.v2.TruncatableStringOrBuilder

Enums

Enum Description
com.google.devtools.cloudtrace.v2.AttributeValue.ValueCase
com.google.devtools.cloudtrace.v2.Span.Link.Type The relationship of the current span relative to the linked span: child, parent, or unspecified.
com.google.devtools.cloudtrace.v2.Span.SpanKind Type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent.Type Indicates whether the message was sent or received.
com.google.devtools.cloudtrace.v2.Span.TimeEvent.ValueCase