Enum Span.Link.Type (2.41.0)

public enum Span.Link.Type extends Enum<Span.Link.Type> implements ProtocolMessageEnum

The relationship of the current span relative to the linked span: child, parent, or unspecified.

Protobuf enum google.devtools.cloudtrace.v2.Span.Link.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription

The linked span is a child of the current span.

CHILD_LINKED_SPAN = 1;

The linked span is a child of the current span.

CHILD_LINKED_SPAN = 1;

The linked span is a parent of the current span.

PARENT_LINKED_SPAN = 2;

The linked span is a parent of the current span.

PARENT_LINKED_SPAN = 2;

The relationship of the two spans is unknown.

TYPE_UNSPECIFIED = 0;

The relationship of the two spans is unknown.

TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription

Deprecated. Use #forNumber(int) instead.

Methods

NameDescription