Uses of Class
com.google.devtools.cloudtrace.v2.Span.Link
-
Packages that use Span.Link Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Span.Link in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return Span.Link Modifier and Type Method Description Span.Link
Span.Link.Builder. build()
Span.Link
Span.Link.Builder. buildPartial()
static Span.Link
Span.Link. getDefaultInstance()
Span.Link
Span.Link.Builder. getDefaultInstanceForType()
Span.Link
Span.Link. getDefaultInstanceForType()
Span.Link
Span.Links.Builder. getLink(int index)
A collection of links.Span.Link
Span.Links. getLink(int index)
A collection of links.Span.Link
Span.LinksOrBuilder. getLink(int index)
A collection of links.static Span.Link
Span.Link. parseDelimitedFrom(InputStream input)
static Span.Link
Span.Link. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Link
Span.Link. parseFrom(byte[] data)
static Span.Link
Span.Link. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Link
Span.Link. parseFrom(com.google.protobuf.ByteString data)
static Span.Link
Span.Link. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Link
Span.Link. parseFrom(com.google.protobuf.CodedInputStream input)
static Span.Link
Span.Link. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Link
Span.Link. parseFrom(InputStream input)
static Span.Link
Span.Link. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Link
Span.Link. parseFrom(ByteBuffer data)
static Span.Link
Span.Link. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudtrace.v2 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 com.google.devtools.cloudtrace.v2 with parameters of type Span.Link Modifier and Type Method Description Span.Links.Builder
Span.Links.Builder. addLink(int index, Span.Link value)
A collection of links.Span.Links.Builder
Span.Links.Builder. addLink(Span.Link value)
A collection of links.Span.Link.Builder
Span.Link.Builder. mergeFrom(Span.Link other)
static Span.Link.Builder
Span.Link. newBuilder(Span.Link prototype)
Span.Links.Builder
Span.Links.Builder. setLink(int index, Span.Link value)
A collection of links.Method parameters in com.google.devtools.cloudtrace.v2 with type arguments of type Span.Link Modifier and Type Method Description Span.Links.Builder
Span.Links.Builder. addAllLink(Iterable<? extends Span.Link> values)
A collection of links.
-