com.lightstep.tracer.grpc.MetricsSampleOrBuilder 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 MetricsSampleOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.MetricsSample)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
*/
java.lang.String getName();
/**
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* int64 int_value = 2;
*/
long getIntValue();
/**
* double double_value = 3;
*/
double getDoubleValue();
public com.lightstep.tracer.grpc.MetricsSample.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy