Uses of Class
com.google.devtools.cloudtrace.v2.Span.Links
-
Packages that use Span.Links Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Span.Links in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return Span.Links Modifier and Type Method Description Span.Links
Span.Links.Builder. build()
Span.Links
Span.Links.Builder. buildPartial()
static Span.Links
Span.Links. getDefaultInstance()
Span.Links
Span.Links.Builder. getDefaultInstanceForType()
Span.Links
Span.Links. getDefaultInstanceForType()
Span.Links
Span.Builder. getLinks()
Links associated with the span.Span.Links
Span. getLinks()
Links associated with the span.Span.Links
SpanOrBuilder. getLinks()
Links associated with the span.static Span.Links
Span.Links. parseDelimitedFrom(InputStream input)
static Span.Links
Span.Links. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Links
Span.Links. parseFrom(byte[] data)
static Span.Links
Span.Links. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Links
Span.Links. parseFrom(com.google.protobuf.ByteString data)
static Span.Links
Span.Links. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Links
Span.Links. parseFrom(com.google.protobuf.CodedInputStream input)
static Span.Links
Span.Links. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Links
Span.Links. parseFrom(InputStream input)
static Span.Links
Span.Links. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Span.Links
Span.Links. parseFrom(ByteBuffer data)
static Span.Links
Span.Links. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudtrace.v2 that return types with arguments of type Span.Links Modifier and Type Method Description com.google.protobuf.Parser<Span.Links>
Span.Links. getParserForType()
static com.google.protobuf.Parser<Span.Links>
Span.Links. parser()
Methods in com.google.devtools.cloudtrace.v2 with parameters of type Span.Links Modifier and Type Method Description Span.Links.Builder
Span.Links.Builder. mergeFrom(Span.Links other)
Span.Builder
Span.Builder. mergeLinks(Span.Links value)
Links associated with the span.static Span.Links.Builder
Span.Links. newBuilder(Span.Links prototype)
Span.Builder
Span.Builder. setLinks(Span.Links value)
Links associated with the span.
-