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

com.expedia.open.tracing.api.TracesSearchRequestOrBuilder 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 TracesSearchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:TracesSearchRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * fields to filter traces
   * 
* * repeated .Field fields = 1; */ java.util.List getFieldsList(); /** *
   * fields to filter traces
   * 
* * repeated .Field fields = 1; */ com.expedia.open.tracing.api.Field getFields(int index); /** *
   * fields to filter traces
   * 
* * repeated .Field fields = 1; */ int getFieldsCount(); /** *
   * fields to filter traces
   * 
* * repeated .Field fields = 1; */ java.util.List getFieldsOrBuilderList(); /** *
   * fields to filter traces
   * 
* * repeated .Field fields = 1; */ com.expedia.open.tracing.api.FieldOrBuilder getFieldsOrBuilder( int index); /** *
   * search window start time in microseconds time from epoch
   * 
* * optional int64 startTime = 2; */ long getStartTime(); /** *
   * search window end time in microseconds time from epoch
   * 
* * optional int64 endTime = 3; */ long getEndTime(); /** *
   * limit on number of results to return
   * 
* * optional int32 limit = 4; */ int getLimit(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy