com.lightstep.tracer.grpc.LogOrBuilder 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 LogOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.Log)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Timestamp timestamp = 1;
*/
boolean hasTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 1;
*/
com.google.protobuf.Timestamp getTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 1;
*/
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();
/**
* repeated .lightstep.collector.KeyValue fields = 2;
*/
java.util.List
getFieldsList();
/**
* repeated .lightstep.collector.KeyValue fields = 2;
*/
com.lightstep.tracer.grpc.KeyValue getFields(int index);
/**
* repeated .lightstep.collector.KeyValue fields = 2;
*/
int getFieldsCount();
/**
* repeated .lightstep.collector.KeyValue fields = 2;
*/
java.util.List extends com.lightstep.tracer.grpc.KeyValueOrBuilder>
getFieldsOrBuilderList();
/**
* repeated .lightstep.collector.KeyValue fields = 2;
*/
com.lightstep.tracer.grpc.KeyValueOrBuilder getFieldsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy