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

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

  /**
   * repeated .v1.PAgentStat agentStat = 1;
   */
  java.util.List 
      getAgentStatList();
  /**
   * repeated .v1.PAgentStat agentStat = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PAgentStat getAgentStat(int index);
  /**
   * repeated .v1.PAgentStat agentStat = 1;
   */
  int getAgentStatCount();
  /**
   * repeated .v1.PAgentStat agentStat = 1;
   */
  java.util.List 
      getAgentStatOrBuilderList();
  /**
   * repeated .v1.PAgentStat agentStat = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PAgentStatOrBuilder getAgentStatOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy