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

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

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * int32 apiId = 1;
   * @return The apiId.
   */
  int getApiId();

  /**
   * string apiInfo = 2;
   * @return The apiInfo.
   */
  java.lang.String getApiInfo();
  /**
   * string apiInfo = 2;
   * @return The bytes for apiInfo.
   */
  com.google.protobuf.ByteString
      getApiInfoBytes();

  /**
   * int32 line = 3;
   * @return The line.
   */
  int getLine();

  /**
   * int32 type = 4;
   * @return The type.
   */
  int getType();

  /**
   * string location = 5;
   * @return The location.
   */
  java.lang.String getLocation();
  /**
   * string location = 5;
   * @return The bytes for location.
   */
  com.google.protobuf.ByteString
      getLocationBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy