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

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

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * repeated .v1.PDoubleValue values = 2;
   */
  java.util.List 
      getValuesList();
  /**
   * repeated .v1.PDoubleValue values = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PDoubleValue getValues(int index);
  /**
   * repeated .v1.PDoubleValue values = 2;
   */
  int getValuesCount();
  /**
   * repeated .v1.PDoubleValue values = 2;
   */
  java.util.List 
      getValuesOrBuilderList();
  /**
   * repeated .v1.PDoubleValue values = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PDoubleValueOrBuilder getValuesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy