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

com.lightstep.tracer.grpc.MetricsSampleOrBuilder 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 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