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

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

  /**
   * string parentApplicationName = 1;
   * @return The parentApplicationName.
   */
  java.lang.String getParentApplicationName();
  /**
   * string parentApplicationName = 1;
   * @return The bytes for parentApplicationName.
   */
  com.google.protobuf.ByteString
      getParentApplicationNameBytes();

  /**
   * int32 parentApplicationType = 2;
   * @return The parentApplicationType.
   */
  int getParentApplicationType();

  /**
   * string acceptorHost = 3;
   * @return The acceptorHost.
   */
  java.lang.String getAcceptorHost();
  /**
   * string acceptorHost = 3;
   * @return The bytes for acceptorHost.
   */
  com.google.protobuf.ByteString
      getAcceptorHostBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy