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 a span within a trace, assigned when the span
is created.
|
com.google.protobuf.ByteString |
getTraceId()
A unique identifier for a trace.
|
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 for a trace. All spans from the same trace share the same `trace_id`. The ID is a 16-byte array.
bytes trace_id = 1;com.google.protobuf.ByteString getSpanId()
A unique identifier for a span within a trace, assigned when the span is created. 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.Span.Link.Type type = 3;Span.Link.Type getType()
The relationship of the current span relative to the linked span.
.opencensus.proto.trace.Span.Link.Type type = 3;boolean hasAttributes()
A set of attributes on the link.
.opencensus.proto.trace.Span.Attributes attributes = 4;Span.Attributes getAttributes()
A set of attributes on the link.
.opencensus.proto.trace.Span.Attributes attributes = 4;Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the link.
.opencensus.proto.trace.Span.Attributes attributes = 4;Copyright © 2018 The Envoy Project. All rights reserved.