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

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

  /**
   * sfixed64 nextSpanId = 1;
   * @return The nextSpanId.
   */
  long getNextSpanId();

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

  /**
   * string destinationId = 3;
   * @return The destinationId.
   */
  java.lang.String getDestinationId();
  /**
   * string destinationId = 3;
   * @return The bytes for destinationId.
   */
  com.google.protobuf.ByteString
      getDestinationIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy