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

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

  /**
   * bool success = 1;
   * @return The success.
   */
  boolean getSuccess();

  /**
   * string message = 2;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy