Uses of Class
io.opencensus.proto.trace.v1.Span.Link
-
Packages that use Span.Link Package Description io.opencensus.proto.trace.v1 -
-
Uses of Span.Link in io.opencensus.proto.trace.v1
Methods in io.opencensus.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.Links.Builder. getLink(int index)A collection of links.Span.LinkSpan.Links. getLink(int index)A collection of links.Span.LinkSpan.LinksOrBuilder. getLink(int index)A collection of links.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.opencensus.proto.trace.v1 that return types with arguments of type Span.Link Modifier and Type Method Description List<Span.Link>Span.Links.Builder. getLinkList()A collection of links.List<Span.Link>Span.Links. getLinkList()A collection of links.List<Span.Link>Span.LinksOrBuilder. getLinkList()A collection of links.com.google.protobuf.Parser<Span.Link>Span.Link. getParserForType()static com.google.protobuf.Parser<Span.Link>Span.Link. parser()Methods in io.opencensus.proto.trace.v1 with parameters of type Span.Link Modifier and Type Method Description Span.Links.BuilderSpan.Links.Builder. addLink(int index, Span.Link value)A collection of links.Span.Links.BuilderSpan.Links.Builder. addLink(Span.Link value)A collection of links.Span.Link.BuilderSpan.Link.Builder. mergeFrom(Span.Link other)static Span.Link.BuilderSpan.Link. newBuilder(Span.Link prototype)Span.Links.BuilderSpan.Links.Builder. setLink(int index, Span.Link value)A collection of links.Method parameters in io.opencensus.proto.trace.v1 with type arguments of type Span.Link Modifier and Type Method Description Span.Links.BuilderSpan.Links.Builder. addAllLink(Iterable<? extends Span.Link> values)A collection of links.
-