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

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

  /**
   * int32 responseId = 1;
   * @return The responseId.
   */
  int getResponseId();

  /**
   * int32 sequenceId = 2;
   * @return The sequenceId.
   */
  int getSequenceId();

  /**
   * .google.protobuf.StringValue message = 3;
   * @return Whether the message field is set.
   */
  boolean hasMessage();
  /**
   * .google.protobuf.StringValue message = 3;
   * @return The message.
   */
  com.google.protobuf.StringValue getMessage();
  /**
   * .google.protobuf.StringValue message = 3;
   */
  com.google.protobuf.StringValueOrBuilder getMessageOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy