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

com.navercorp.pinpoint.grpc.trace.PDoubleValueOrBuilder Maven / Gradle / Ivy

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

package com.navercorp.pinpoint.grpc.trace;

public interface PDoubleValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PDoubleValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * double value = 1;
   * @return The value.
   */
  double getValue();

  /**
   * bool isNotSet = 2;
   * @return The isNotSet.
   */
  boolean getIsNotSet();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy