Uses of Class
io.opentelemetry.proto.trace.v1.Span.Link
Packages that use Span.Link
-
Uses of Span.Link in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.LinkModifier and TypeMethodDescriptionSpan.Link.Builder.build()Span.Link.Builder.buildPartial()static Span.LinkSpan.Link.getDefaultInstance()Span.Link.Builder.getDefaultInstanceForType()Span.Link.getDefaultInstanceForType()Span.Builder.getLinks(int index) A collection of Links, which are references from this span to a span in the same or different trace.Span.getLinks(int index) A collection of Links, which are references from this span to a span in the same or different trace.SpanOrBuilder.getLinks(int index) A collection of Links, which are references from this span to a span in the same or different trace.static Span.LinkSpan.Link.parseDelimitedFrom(InputStream input) static Span.LinkSpan.Link.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.LinkSpan.Link.parseFrom(byte[] data) static Span.LinkSpan.Link.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.LinkSpan.Link.parseFrom(com.google.protobuf.ByteString data) static Span.LinkSpan.Link.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.LinkSpan.Link.parseFrom(com.google.protobuf.CodedInputStream input) static Span.LinkSpan.Link.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.LinkSpan.Link.parseFrom(InputStream input) static Span.LinkSpan.Link.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.LinkSpan.Link.parseFrom(ByteBuffer data) static Span.LinkSpan.Link.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.LinkModifier and TypeMethodDescriptionSpan.Builder.getLinksList()A collection of Links, which are references from this span to a span in the same or different trace.Span.getLinksList()A collection of Links, which are references from this span to a span in the same or different trace.SpanOrBuilder.getLinksList()A collection of Links, which are references from this span to a span in the same or different trace.com.google.protobuf.Parser<Span.Link>Span.Link.getParserForType()static com.google.protobuf.Parser<Span.Link>Span.Link.parser()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.LinkModifier and TypeMethodDescriptionA collection of Links, which are references from this span to a span in the same or different trace.A collection of Links, which are references from this span to a span in the same or different trace.static Span.Link.BuilderSpan.Link.newBuilder(Span.Link prototype) A collection of Links, which are references from this span to a span in the same or different trace.Method parameters in io.opentelemetry.proto.trace.v1 with type arguments of type Span.LinkModifier and TypeMethodDescriptionSpan.Builder.addAllLinks(Iterable<? extends Span.Link> values) A collection of Links, which are references from this span to a span in the same or different trace.