public static interface Span.LinksOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDroppedLinksCount()
The number of dropped links after the maximum size was enforced.
|
Span.Link |
getLink(int index)
A collection of links.
|
int |
getLinkCount()
A collection of links.
|
List<Span.Link> |
getLinkList()
A collection of links.
|
Span.LinkOrBuilder |
getLinkOrBuilder(int index)
A collection of links.
|
List<? extends Span.LinkOrBuilder> |
getLinkOrBuilderList()
A collection of links.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Span.Link> getLinkList()
A collection of links.
repeated .opencensus.proto.trace.v1.Span.Link link = 1;Span.Link getLink(int index)
A collection of links.
repeated .opencensus.proto.trace.v1.Span.Link link = 1;int getLinkCount()
A collection of links.
repeated .opencensus.proto.trace.v1.Span.Link link = 1;List<? extends Span.LinkOrBuilder> getLinkOrBuilderList()
A collection of links.
repeated .opencensus.proto.trace.v1.Span.Link link = 1;Span.LinkOrBuilder getLinkOrBuilder(int index)
A collection of links.
repeated .opencensus.proto.trace.v1.Span.Link link = 1;int getDroppedLinksCount()
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
int32 dropped_links_count = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.