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

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

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

  /**
   * bool boolValue1 = 2;
   * @return The boolValue1.
   */
  boolean getBoolValue1();

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

  /**
   * bool boolValue2 = 4;
   * @return The boolValue2.
   */
  boolean getBoolValue2();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy