com.github.junahan.struts2.demo.protocol.DemoResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-protobuf-plugin-demo-model Show documentation
Show all versions of struts2-protobuf-plugin-demo-model Show documentation
Struts2 protobuf plugin demo model
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();
}