Uses of Class
io.opentelemetry.proto.trace.v1.Span.Link
-
Packages that use Span.Link Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Span.Link in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.Link Modifier and Type Method Description Span.LinkSpan.Link.Builder. build()Span.LinkSpan.Link.Builder. buildPartial()static Span.LinkSpan.Link. getDefaultInstance()Span.LinkSpan.Link.Builder. getDefaultInstanceForType()Span.LinkSpan.Link. getDefaultInstanceForType()Span.LinkSpan.Builder. getLinks(int index)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.LinkSpan. getLinks(int index)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.LinkSpanOrBuilder. getLinks(int index)links is 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.Link Modifier and Type Method Description List<Span.Link>Span.Builder. getLinksList()links is a collection of Links, which are references from this span to a span in the same or different trace.List<Span.Link>Span. getLinksList()links is a collection of Links, which are references from this span to a span in the same or different trace.List<Span.Link>SpanOrBuilder. getLinksList()links is 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.Link Modifier and Type Method Description Span.BuilderSpan.Builder. addLinks(int index, Span.Link value)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.BuilderSpan.Builder. addLinks(Span.Link value)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.Link.BuilderSpan.Link.Builder. mergeFrom(Span.Link other)static Span.Link.BuilderSpan.Link. newBuilder(Span.Link prototype)Span.BuilderSpan.Builder. setLinks(int index, Span.Link value)links is 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.Link Modifier and Type Method Description Span.BuilderSpan.Builder. addAllLinks(Iterable<? extends Span.Link> values)links is a collection of Links, which are references from this span to a span in the same or different trace.
-