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

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

  /**
   * string stringValue = 1;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string stringValue = 1;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  /**
   * bool boolValue = 2;
   * @return The boolValue.
   */
  boolean getBoolValue();

  /**
   * int32 intValue = 3;
   * @return The intValue.
   */
  int getIntValue();

  /**
   * int64 longValue = 4;
   * @return The longValue.
   */
  long getLongValue();

  /**
   * 
   * for compatibility
   * 
* * sint32 shortValue = 5; * @return The shortValue. */ int getShortValue(); /** * double doubleValue = 6; * @return The doubleValue. */ double getDoubleValue(); /** * bytes binaryValue = 7; * @return The binaryValue. */ com.google.protobuf.ByteString getBinaryValue(); /** *
   * for compatibility
   * 
* * sint32 byteValue = 8; * @return The byteValue. */ int getByteValue(); /** * .v1.PIntStringValue intStringValue = 9; * @return Whether the intStringValue field is set. */ boolean hasIntStringValue(); /** * .v1.PIntStringValue intStringValue = 9; * @return The intStringValue. */ com.navercorp.pinpoint.grpc.trace.PIntStringValue getIntStringValue(); /** * .v1.PIntStringValue intStringValue = 9; */ com.navercorp.pinpoint.grpc.trace.PIntStringValueOrBuilder getIntStringValueOrBuilder(); /** * .v1.PStringStringValue stringStringValue = 10; * @return Whether the stringStringValue field is set. */ boolean hasStringStringValue(); /** * .v1.PStringStringValue stringStringValue = 10; * @return The stringStringValue. */ com.navercorp.pinpoint.grpc.trace.PStringStringValue getStringStringValue(); /** * .v1.PStringStringValue stringStringValue = 10; */ com.navercorp.pinpoint.grpc.trace.PStringStringValueOrBuilder getStringStringValueOrBuilder(); /** * .v1.PIntStringStringValue intStringStringValue = 11; * @return Whether the intStringStringValue field is set. */ boolean hasIntStringStringValue(); /** * .v1.PIntStringStringValue intStringStringValue = 11; * @return The intStringStringValue. */ com.navercorp.pinpoint.grpc.trace.PIntStringStringValue getIntStringStringValue(); /** * .v1.PIntStringStringValue intStringStringValue = 11; */ com.navercorp.pinpoint.grpc.trace.PIntStringStringValueOrBuilder getIntStringStringValueOrBuilder(); /** * .v1.PLongIntIntByteByteStringValue longIntIntByteByteStringValue = 12; * @return Whether the longIntIntByteByteStringValue field is set. */ boolean hasLongIntIntByteByteStringValue(); /** * .v1.PLongIntIntByteByteStringValue longIntIntByteByteStringValue = 12; * @return The longIntIntByteByteStringValue. */ com.navercorp.pinpoint.grpc.trace.PLongIntIntByteByteStringValue getLongIntIntByteByteStringValue(); /** * .v1.PLongIntIntByteByteStringValue longIntIntByteByteStringValue = 12; */ com.navercorp.pinpoint.grpc.trace.PLongIntIntByteByteStringValueOrBuilder getLongIntIntByteByteStringValueOrBuilder(); /** * .v1.PIntBooleanIntBooleanValue intBooleanIntBooleanValue = 13; * @return Whether the intBooleanIntBooleanValue field is set. */ boolean hasIntBooleanIntBooleanValue(); /** * .v1.PIntBooleanIntBooleanValue intBooleanIntBooleanValue = 13; * @return The intBooleanIntBooleanValue. */ com.navercorp.pinpoint.grpc.trace.PIntBooleanIntBooleanValue getIntBooleanIntBooleanValue(); /** * .v1.PIntBooleanIntBooleanValue intBooleanIntBooleanValue = 13; */ com.navercorp.pinpoint.grpc.trace.PIntBooleanIntBooleanValueOrBuilder getIntBooleanIntBooleanValueOrBuilder(); public com.navercorp.pinpoint.grpc.trace.PAnnotationValue.FieldCase getFieldCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy