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

com.lightstep.tracer.grpc.ReporterOrBuilder Maven / Gradle / Ivy

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

package com.lightstep.tracer.grpc;

public interface ReporterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lightstep.collector.Reporter)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 reporter_id = 1;
   */
  long getReporterId();

  /**
   * repeated .lightstep.collector.KeyValue tags = 4;
   */
  java.util.List 
      getTagsList();
  /**
   * repeated .lightstep.collector.KeyValue tags = 4;
   */
  com.lightstep.tracer.grpc.KeyValue getTags(int index);
  /**
   * repeated .lightstep.collector.KeyValue tags = 4;
   */
  int getTagsCount();
  /**
   * repeated .lightstep.collector.KeyValue tags = 4;
   */
  java.util.List 
      getTagsOrBuilderList();
  /**
   * repeated .lightstep.collector.KeyValue tags = 4;
   */
  com.lightstep.tracer.grpc.KeyValueOrBuilder getTagsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy