com.github.thinkerou.demo.helloworld.AgainHelloReplyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: helloworld.proto
package com.github.thinkerou.demo.helloworld;
public interface AgainHelloReplyOrBuilder extends
// @@protoc_insertion_point(interface_extends:helloworld.AgainHelloReply)
com.google.protobuf.MessageOrBuilder {
/**
* string details = 1;
*/
java.lang.String getDetails();
/**
* string details = 1;
*/
com.google.protobuf.ByteString
getDetailsBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy