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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy