Interface Span.LinksOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Span.Links, Span.Links.Builder
    Enclosing class:
    Span

    public static interface Span.LinksOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getLinkList

        List<Span.Link> getLinkList()
         A collection of links.
         
        repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
      • getLink

        Span.Link getLink​(int index)
         A collection of links.
         
        repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
      • getLinkCount

        int getLinkCount()
         A collection of links.
         
        repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
      • getLinkOrBuilderList

        List<? extends Span.LinkOrBuilder> getLinkOrBuilderList()
         A collection of links.
         
        repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
      • getLinkOrBuilder

        Span.LinkOrBuilder getLinkOrBuilder​(int index)
         A collection of links.
         
        repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
      • getDroppedLinksCount

        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;
        Returns:
        The droppedLinksCount.