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

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

  /**
   * string serviceName = 1;
   * @return The serviceName.
   */
  java.lang.String getServiceName();
  /**
   * string serviceName = 1;
   * @return The bytes for serviceName.
   */
  com.google.protobuf.ByteString
      getServiceNameBytes();

  /**
   * repeated string serviceLib = 2;
   * @return A list containing the serviceLib.
   */
  java.util.List
      getServiceLibList();
  /**
   * repeated string serviceLib = 2;
   * @return The count of serviceLib.
   */
  int getServiceLibCount();
  /**
   * repeated string serviceLib = 2;
   * @param index The index of the element to return.
   * @return The serviceLib at the given index.
   */
  java.lang.String getServiceLib(int index);
  /**
   * repeated string serviceLib = 2;
   * @param index The index of the value to return.
   * @return The bytes of the serviceLib at the given index.
   */
  com.google.protobuf.ByteString
      getServiceLibBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy