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

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

  /**
   * int64 timestamp = 1;
   * @return The timestamp.
   */
  long getTimestamp();

  /**
   * int32 bucketVersion = 2;
   * @return The bucketVersion.
   */
  int getBucketVersion();

  /**
   * repeated .v1.PEachUriStat eachUriStat = 3;
   */
  java.util.List 
      getEachUriStatList();
  /**
   * repeated .v1.PEachUriStat eachUriStat = 3;
   */
  com.navercorp.pinpoint.grpc.trace.PEachUriStat getEachUriStat(int index);
  /**
   * repeated .v1.PEachUriStat eachUriStat = 3;
   */
  int getEachUriStatCount();
  /**
   * repeated .v1.PEachUriStat eachUriStat = 3;
   */
  java.util.List 
      getEachUriStatOrBuilderList();
  /**
   * repeated .v1.PEachUriStat eachUriStat = 3;
   */
  com.navercorp.pinpoint.grpc.trace.PEachUriStatOrBuilder getEachUriStatOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy