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

com.expedia.open.tracing.api.TracesSearchResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.1.18
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/traceReader.proto

package com.expedia.open.tracing.api;

public interface TracesSearchResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:TracesSearchResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .Trace traces = 1;
   */
  java.util.List 
      getTracesList();
  /**
   * repeated .Trace traces = 1;
   */
  com.expedia.open.tracing.api.Trace getTraces(int index);
  /**
   * repeated .Trace traces = 1;
   */
  int getTracesCount();
  /**
   * repeated .Trace traces = 1;
   */
  java.util.List 
      getTracesOrBuilderList();
  /**
   * repeated .Trace traces = 1;
   */
  com.expedia.open.tracing.api.TraceOrBuilder getTracesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy