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

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

  /**
   * string rpc = 1;
   * @return The rpc.
   */
  java.lang.String getRpc();
  /**
   * string rpc = 1;
   * @return The bytes for rpc.
   */
  com.google.protobuf.ByteString
      getRpcBytes();

  /**
   * string endPoint = 2;
   * @return The endPoint.
   */
  java.lang.String getEndPoint();
  /**
   * string endPoint = 2;
   * @return The bytes for endPoint.
   */
  com.google.protobuf.ByteString
      getEndPointBytes();

  /**
   * string remoteAddr = 3;
   * @return The remoteAddr.
   */
  java.lang.String getRemoteAddr();
  /**
   * string remoteAddr = 3;
   * @return The bytes for remoteAddr.
   */
  com.google.protobuf.ByteString
      getRemoteAddrBytes();

  /**
   * .v1.PParentInfo parentInfo = 4;
   * @return Whether the parentInfo field is set.
   */
  boolean hasParentInfo();
  /**
   * .v1.PParentInfo parentInfo = 4;
   * @return The parentInfo.
   */
  com.navercorp.pinpoint.grpc.trace.PParentInfo getParentInfo();
  /**
   * .v1.PParentInfo parentInfo = 4;
   */
  com.navercorp.pinpoint.grpc.trace.PParentInfoOrBuilder getParentInfoOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy