com.expedia.open.tracing.api.TraceCallGraphOrBuilder 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 TraceCallGraphOrBuilder extends
// @@protoc_insertion_point(interface_extends:TraceCallGraph)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of service calls
*
*
* repeated .Call calls = 1;
*/
java.util.List
getCallsList();
/**
*
* list of service calls
*
*
* repeated .Call calls = 1;
*/
com.expedia.open.tracing.api.Call getCalls(int index);
/**
*
* list of service calls
*
*
* repeated .Call calls = 1;
*/
int getCallsCount();
/**
*
* list of service calls
*
*
* repeated .Call calls = 1;
*/
java.util.List extends com.expedia.open.tracing.api.CallOrBuilder>
getCallsOrBuilderList();
/**
*
* list of service calls
*
*
* repeated .Call calls = 1;
*/
com.expedia.open.tracing.api.CallOrBuilder getCallsOrBuilder(
int index);
}