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

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

  /**
   * int32 sequence = 1;
   * @return The sequence.
   */
  int getSequence();

  /**
   * int32 depth = 2;
   * @return The depth.
   */
  int getDepth();

  /**
   * int32 startElapsed = 3;
   * @return The startElapsed.
   */
  int getStartElapsed();

  /**
   * int32 endElapsed = 4;
   * @return The endElapsed.
   */
  int getEndElapsed();

  /**
   * sint32 serviceType = 5;
   * @return The serviceType.
   */
  int getServiceType();

  /**
   * repeated .v1.PAnnotation annotation = 6;
   */
  java.util.List 
      getAnnotationList();
  /**
   * repeated .v1.PAnnotation annotation = 6;
   */
  com.navercorp.pinpoint.grpc.trace.PAnnotation getAnnotation(int index);
  /**
   * repeated .v1.PAnnotation annotation = 6;
   */
  int getAnnotationCount();
  /**
   * repeated .v1.PAnnotation annotation = 6;
   */
  java.util.List 
      getAnnotationOrBuilderList();
  /**
   * repeated .v1.PAnnotation annotation = 6;
   */
  com.navercorp.pinpoint.grpc.trace.PAnnotationOrBuilder getAnnotationOrBuilder(
      int index);

  /**
   * sint32 apiId = 10;
   * @return The apiId.
   */
  int getApiId();

  /**
   * .v1.PIntStringValue exceptionInfo = 11;
   * @return Whether the exceptionInfo field is set.
   */
  boolean hasExceptionInfo();
  /**
   * .v1.PIntStringValue exceptionInfo = 11;
   * @return The exceptionInfo.
   */
  com.navercorp.pinpoint.grpc.trace.PIntStringValue getExceptionInfo();
  /**
   * .v1.PIntStringValue exceptionInfo = 11;
   */
  com.navercorp.pinpoint.grpc.trace.PIntStringValueOrBuilder getExceptionInfoOrBuilder();

  /**
   * .v1.PNextEvent nextEvent = 12;
   * @return Whether the nextEvent field is set.
   */
  boolean hasNextEvent();
  /**
   * .v1.PNextEvent nextEvent = 12;
   * @return The nextEvent.
   */
  com.navercorp.pinpoint.grpc.trace.PNextEvent getNextEvent();
  /**
   * .v1.PNextEvent nextEvent = 12;
   */
  com.navercorp.pinpoint.grpc.trace.PNextEventOrBuilder getNextEventOrBuilder();

  /**
   * int32 asyncEvent = 13;
   * @return The asyncEvent.
   */
  int getAsyncEvent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy