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

com.navercorp.pinpoint.grpc.trace.PStringMetaDataOrBuilder 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/Span.proto

package com.navercorp.pinpoint.grpc.trace;

public interface PStringMetaDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PStringMetaData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 stringId = 1;
   * @return The stringId.
   */
  int getStringId();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy