public static interface Span.LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Span.Attributes |
getAttributes()
A set of attributes on the link.
|
Span.AttributesOrBuilder |
getAttributesOrBuilder()
A set of attributes on the link.
|
com.google.protobuf.ByteString |
getSpanId()
A unique identifier for the linked span.
|
com.google.protobuf.ByteString |
getTraceId()
A unique identifier of a trace that this linked span is part of.
|
Span.Link.Type |
getType()
The relationship of the current span relative to the linked span.
|
int |
getTypeValue()
The relationship of the current span relative to the linked span.
|
boolean |
hasAttributes()
A set of attributes on the link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getTraceId()
A unique identifier of a trace that this linked span is part of. The ID is a 16-byte array.
bytes trace_id = 1;com.google.protobuf.ByteString getSpanId()
A unique identifier for the linked span. The ID is an 8-byte array.
bytes span_id = 2;int getTypeValue()
The relationship of the current span relative to the linked span.
.opencensus.proto.trace.v1.Span.Link.Type type = 3;Span.Link.Type getType()
The relationship of the current span relative to the linked span.
.opencensus.proto.trace.v1.Span.Link.Type type = 3;boolean hasAttributes()
A set of attributes on the link.
.opencensus.proto.trace.v1.Span.Attributes attributes = 4;Span.Attributes getAttributes()
A set of attributes on the link.
.opencensus.proto.trace.v1.Span.Attributes attributes = 4;Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the link.
.opencensus.proto.trace.v1.Span.Attributes attributes = 4;