public static interface Span.LinksOrBuilder extends 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.
|
java.util.List<Span.Link> |
getLinkList()
A collection of links.
|
Span.LinkOrBuilder |
getLinkOrBuilder(int index)
A collection of links.
|
java.util.List<? extends Span.LinkOrBuilder> |
getLinkOrBuilderList()
A collection of links.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Span.Link> getLinkList()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Span.Link getLink(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
int getLinkCount()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
java.util.List<? extends Span.LinkOrBuilder> getLinkOrBuilderList()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Span.LinkOrBuilder getLinkOrBuilder(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.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;