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

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

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * .v1.PCmdResponse commonResponse = 1;
   * @return Whether the commonResponse field is set.
   */
  boolean hasCommonResponse();
  /**
   * .v1.PCmdResponse commonResponse = 1;
   * @return The commonResponse.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdResponse getCommonResponse();
  /**
   * .v1.PCmdResponse commonResponse = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdResponseOrBuilder getCommonResponseOrBuilder();

  /**
   * 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