All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 getCallsOrBuilderList(); /** *
   * list of service calls
   * 
* * repeated .Call calls = 1; */ com.expedia.open.tracing.api.CallOrBuilder getCallsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy