com.expedia.open.tracing.buffer.SpanBufferOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: spanBuffer.proto
package com.expedia.open.tracing.buffer;
public interface SpanBufferOrBuilder extends
// @@protoc_insertion_point(interface_extends:SpanBuffer)
com.google.protobuf.MessageOrBuilder {
/**
*
* unique trace id
*
*
* optional string traceId = 1;
*/
java.lang.String getTraceId();
/**
*
* unique trace id
*
*
* optional string traceId = 1;
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
*
* list of child spans
*
*
* repeated .Span childSpans = 2;
*/
java.util.List
getChildSpansList();
/**
*
* list of child spans
*
*
* repeated .Span childSpans = 2;
*/
com.expedia.open.tracing.Span getChildSpans(int index);
/**
*
* list of child spans
*
*
* repeated .Span childSpans = 2;
*/
int getChildSpansCount();
/**
*
* list of child spans
*
*
* repeated .Span childSpans = 2;
*/
java.util.List extends com.expedia.open.tracing.SpanOrBuilder>
getChildSpansOrBuilderList();
/**
*
* list of child spans
*
*
* repeated .Span childSpans = 2;
*/
com.expedia.open.tracing.SpanOrBuilder getChildSpansOrBuilder(
int index);
}