Uses of Class
io.opentelemetry.proto.trace.v1.Span.Link.Builder
Packages that use Span.Link.Builder
-
Uses of Span.Link.Builder in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.Link.BuilderModifier and TypeMethodDescriptionSpan.Link.Builder.addAllAttributes(Iterable<? extends KeyValue> values) A collection of attribute key/value pairs on the link.Span.Link.Builder.addAttributes(int index, KeyValue value) A collection of attribute key/value pairs on the link.Span.Link.Builder.addAttributes(int index, KeyValue.Builder builderForValue) A collection of attribute key/value pairs on the link.Span.Link.Builder.addAttributes(KeyValue value) A collection of attribute key/value pairs on the link.Span.Link.Builder.addAttributes(KeyValue.Builder builderForValue) A collection of attribute key/value pairs on the link.Span.Builder.addLinksBuilder()A collection of Links, which are references from this span to a span in the same or different trace.Span.Builder.addLinksBuilder(int index) A collection of Links, which are references from this span to a span in the same or different trace.Span.Link.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Span.Link.Builder.clear()Span.Link.Builder.clearAttributes()A collection of attribute key/value pairs on the link.Span.Link.Builder.clearDroppedAttributesCount()The number of dropped attributes.Span.Link.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Span.Link.Builder.clearFlags()Flags, a bit field.Span.Link.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Span.Link.Builder.clearSpanId()A unique identifier for the linked span.Span.Link.Builder.clearTraceId()A unique identifier of a trace that this linked span is part of.Span.Link.Builder.clearTraceState()The trace_state associated with the link.Span.Link.Builder.clone()Span.Builder.getLinksBuilder(int index) A collection of Links, which are references from this span to a span in the same or different trace.Span.Link.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Span.Link.Builder.mergeFrom(com.google.protobuf.Message other) final Span.Link.BuilderSpan.Link.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Span.Link.BuilderSpan.Link.newBuilder()static Span.Link.BuilderSpan.Link.newBuilder(Span.Link prototype) Span.Link.newBuilderForType()protected Span.Link.BuilderSpan.Link.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Span.Link.Builder.removeAttributes(int index) A collection of attribute key/value pairs on the link.Span.Link.Builder.setAttributes(int index, KeyValue value) A collection of attribute key/value pairs on the link.Span.Link.Builder.setAttributes(int index, KeyValue.Builder builderForValue) A collection of attribute key/value pairs on the link.Span.Link.Builder.setDroppedAttributesCount(int value) The number of dropped attributes.Span.Link.Builder.setFlags(int value) Flags, a bit field.Span.Link.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Span.Link.Builder.setSpanId(com.google.protobuf.ByteString value) A unique identifier for the linked span.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.setTraceState(String value) The trace_state associated with the link.Span.Link.Builder.setTraceStateBytes(com.google.protobuf.ByteString value) The trace_state associated with the link.final Span.Link.BuilderSpan.Link.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Span.Link.toBuilder()Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.Link.BuilderModifier and TypeMethodDescriptionSpan.Builder.getLinksBuilderList()A collection of Links, which are references from this span to a span in the same or different trace.Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.Link.BuilderModifier and TypeMethodDescriptionSpan.Builder.addLinks(int index, Span.Link.Builder builderForValue) A collection of Links, which are references from this span to a span in the same or different trace.Span.Builder.addLinks(Span.Link.Builder builderForValue) A collection of Links, which are references from this span to a span in the same or different trace.Span.Builder.setLinks(int index, Span.Link.Builder builderForValue) A collection of Links, which are references from this span to a span in the same or different trace.