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

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

  /**
   * repeated .v1.PDataSource dataSource = 1;
   */
  java.util.List 
      getDataSourceList();
  /**
   * repeated .v1.PDataSource dataSource = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PDataSource getDataSource(int index);
  /**
   * repeated .v1.PDataSource dataSource = 1;
   */
  int getDataSourceCount();
  /**
   * repeated .v1.PDataSource dataSource = 1;
   */
  java.util.List 
      getDataSourceOrBuilderList();
  /**
   * repeated .v1.PDataSource dataSource = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PDataSourceOrBuilder getDataSourceOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy