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

com.navercorp.pinpoint.grpc.trace.PIntValueOrBuilder 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 PIntValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PIntValue)
    com.google.protobuf.MessageOrBuilder {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy