All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expedia.open.tracing.BatchOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: span.proto

package com.expedia.open.tracing;

public interface BatchOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Batch)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * a collection of spans emitted from the process/service
   * 
* * repeated .Span spans = 1; */ java.util.List getSpansList(); /** *
   * a collection of spans emitted from the process/service
   * 
* * repeated .Span spans = 1; */ com.expedia.open.tracing.Span getSpans(int index); /** *
   * a collection of spans emitted from the process/service
   * 
* * repeated .Span spans = 1; */ int getSpansCount(); /** *
   * a collection of spans emitted from the process/service
   * 
* * repeated .Span spans = 1; */ java.util.List getSpansOrBuilderList(); /** *
   * a collection of spans emitted from the process/service
   * 
* * repeated .Span spans = 1; */ com.expedia.open.tracing.SpanOrBuilder getSpansOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy