com.expedia.open.tracing.api.SpanRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface SpanRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:SpanRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string traceId = 1;
*/
java.lang.String getTraceId();
/**
* optional string traceId = 1;
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
* optional string spanId = 2;
*/
java.lang.String getSpanId();
/**
* optional string spanId = 2;
*/
com.google.protobuf.ByteString
getSpanIdBytes();
}