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

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

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * int32 key = 1;
   * @return The key.
   */
  int getKey();

  /**
   * .v1.PAnnotationValue value = 2;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .v1.PAnnotationValue value = 2;
   * @return The value.
   */
  com.navercorp.pinpoint.grpc.trace.PAnnotationValue getValue();
  /**
   * .v1.PAnnotationValue value = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PAnnotationValueOrBuilder getValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy