com.expedia.open.tracing.api.TraceOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface TraceOrBuilder extends
// @@protoc_insertion_point(interface_extends:Trace)
com.google.protobuf.MessageOrBuilder {
/**
* optional string traceId = 1;
*/
java.lang.String getTraceId();
/**
* optional string traceId = 1;
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
* repeated .Span childSpans = 2;
*/
java.util.List
getChildSpansList();
/**
* repeated .Span childSpans = 2;
*/
com.expedia.open.tracing.Span getChildSpans(int index);
/**
* repeated .Span childSpans = 2;
*/
int getChildSpansCount();
/**
* repeated .Span childSpans = 2;
*/
java.util.List extends com.expedia.open.tracing.SpanOrBuilder>
getChildSpansOrBuilderList();
/**
* repeated .Span childSpans = 2;
*/
com.expedia.open.tracing.SpanOrBuilder getChildSpansOrBuilder(
int index);
}