Span.Link.Builder |
Span.Link.Builder.addAllAttributes(Iterable<? extends KeyValue> values) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.addAttributes(int index,
KeyValue value) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.addAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.addAttributes(KeyValue value) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.addAttributes(KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Builder.addLinksBuilder() |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Link.Builder |
Span.Builder.addLinksBuilder(int index) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Link.Builder |
Span.Link.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Link.Builder |
Span.Link.Builder.clear() |
|
Span.Link.Builder |
Span.Link.Builder.clearAttributes() |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.clearDroppedAttributesCount() |
dropped_attributes_count is the number of dropped attributes.
|
Span.Link.Builder |
Span.Link.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Span.Link.Builder |
Span.Link.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Span.Link.Builder |
Span.Link.Builder.clearSpanId() |
A unique identifier for the linked span.
|
Span.Link.Builder |
Span.Link.Builder.clearTraceId() |
A unique identifier of a trace that this linked span is part of.
|
Span.Link.Builder |
Span.Link.Builder.clearTraceState() |
The trace_state associated with the link.
|
Span.Link.Builder |
Span.Link.Builder.clone() |
|
Span.Link.Builder |
Span.Builder.getLinksBuilder(int index) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Link.Builder |
Span.Link.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Span.Link.Builder |
Span.Link.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Span.Link.Builder |
Span.Link.Builder.mergeFrom(Span.Link other) |
|
Span.Link.Builder |
Span.Link.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Span.Link.Builder |
Span.Link.newBuilder() |
|
static Span.Link.Builder |
Span.Link.newBuilder(Span.Link prototype) |
|
Span.Link.Builder |
Span.Link.newBuilderForType() |
|
protected Span.Link.Builder |
Span.Link.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Span.Link.Builder |
Span.Link.Builder.removeAttributes(int index) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.setAttributes(int index,
KeyValue value) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.setAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the link.
|
Span.Link.Builder |
Span.Link.Builder.setDroppedAttributesCount(int value) |
dropped_attributes_count is the number of dropped attributes.
|
Span.Link.Builder |
Span.Link.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Link.Builder |
Span.Link.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Span.Link.Builder |
Span.Link.Builder.setSpanId(com.google.protobuf.ByteString value) |
A unique identifier for the linked span.
|
Span.Link.Builder |
Span.Link.Builder.setTraceId(com.google.protobuf.ByteString value) |
A unique identifier of a trace that this linked span is part of.
|
Span.Link.Builder |
Span.Link.Builder.setTraceState(String value) |
The trace_state associated with the link.
|
Span.Link.Builder |
Span.Link.Builder.setTraceStateBytes(com.google.protobuf.ByteString value) |
The trace_state associated with the link.
|
Span.Link.Builder |
Span.Link.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Span.Link.Builder |
Span.Link.toBuilder() |
|