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

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

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

  /**
   * int32 intValue1 = 2;
   * @return The intValue1.
   */
  int getIntValue1();

  /**
   * int32 intValue2 = 3;
   * @return The intValue2.
   */
  int getIntValue2();

  /**
   * sint32 byteValue1 = 4;
   * @return The byteValue1.
   */
  int getByteValue1();

  /**
   * sint32 byteValue2 = 5;
   * @return The byteValue2.
   */
  int getByteValue2();

  /**
   * .google.protobuf.StringValue stringValue = 6;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * .google.protobuf.StringValue stringValue = 6;
   * @return The stringValue.
   */
  com.google.protobuf.StringValue getStringValue();
  /**
   * .google.protobuf.StringValue stringValue = 6;
   */
  com.google.protobuf.StringValueOrBuilder getStringValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy