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

com.navercorp.pinpoint.grpc.trace.PEachUriStatOrBuilder 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/Stat.proto

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * string uri = 1;
   * @return The uri.
   */
  java.lang.String getUri();
  /**
   * string uri = 1;
   * @return The bytes for uri.
   */
  com.google.protobuf.ByteString
      getUriBytes();

  /**
   * .v1.PUriHistogram totalHistogram = 2;
   * @return Whether the totalHistogram field is set.
   */
  boolean hasTotalHistogram();
  /**
   * .v1.PUriHistogram totalHistogram = 2;
   * @return The totalHistogram.
   */
  com.navercorp.pinpoint.grpc.trace.PUriHistogram getTotalHistogram();
  /**
   * .v1.PUriHistogram totalHistogram = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PUriHistogramOrBuilder getTotalHistogramOrBuilder();

  /**
   * .v1.PUriHistogram failedHistogram = 3;
   * @return Whether the failedHistogram field is set.
   */
  boolean hasFailedHistogram();
  /**
   * .v1.PUriHistogram failedHistogram = 3;
   * @return The failedHistogram.
   */
  com.navercorp.pinpoint.grpc.trace.PUriHistogram getFailedHistogram();
  /**
   * .v1.PUriHistogram failedHistogram = 3;
   */
  com.navercorp.pinpoint.grpc.trace.PUriHistogramOrBuilder getFailedHistogramOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy