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

com.github.junahan.struts2.demo.protocol.DemoResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: demoProtocol.proto

package com.github.junahan.struts2.demo.protocol;

public interface DemoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:junahan.struts2.protobuf.demo.DemoResponse)
    com.google.protobuf.GeneratedMessageV3.
        ExtendableMessageOrBuilder {

  /**
   * optional string echo_message = 1;
   */
  boolean hasEchoMessage();
  /**
   * optional string echo_message = 1;
   */
  java.lang.String getEchoMessage();
  /**
   * optional string echo_message = 1;
   */
  com.google.protobuf.ByteString
      getEchoMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy