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 extends com.expedia.open.tracing.SpanOrBuilder>
getSpansOrBuilderList();
/**
*
* a collection of spans emitted from the process/service
*
*
* repeated .Span spans = 1;
*/
com.expedia.open.tracing.SpanOrBuilder getSpansOrBuilder(
int index);
}