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

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

  /**
   * .google.protobuf.StringValue stringValue1 = 1;
   * @return Whether the stringValue1 field is set.
   */
  boolean hasStringValue1();
  /**
   * .google.protobuf.StringValue stringValue1 = 1;
   * @return The stringValue1.
   */
  com.google.protobuf.StringValue getStringValue1();
  /**
   * .google.protobuf.StringValue stringValue1 = 1;
   */
  com.google.protobuf.StringValueOrBuilder getStringValue1OrBuilder();

  /**
   * .google.protobuf.StringValue stringValue2 = 2;
   * @return Whether the stringValue2 field is set.
   */
  boolean hasStringValue2();
  /**
   * .google.protobuf.StringValue stringValue2 = 2;
   * @return The stringValue2.
   */
  com.google.protobuf.StringValue getStringValue2();
  /**
   * .google.protobuf.StringValue stringValue2 = 2;
   */
  com.google.protobuf.StringValueOrBuilder getStringValue2OrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy