com.lightstep.tracer.grpc.ReporterOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-common Show documentation
Show all versions of java-common Show documentation
The LightStep OpenTracing Tracer implementation for Java
// 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 extends com.lightstep.tracer.grpc.KeyValueOrBuilder>
getTagsOrBuilderList();
/**
* repeated .lightstep.collector.KeyValue tags = 4;
*/
com.lightstep.tracer.grpc.KeyValueOrBuilder getTagsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy