blob: a7e9afe283b18f9085886e1e33a7cf296b7bf31b [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: io/grpc/testing/protobuf/simpleservice.proto
package io.grpc.testing.protobuf;
public interface SimpleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.testing.SimpleRequest)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* An optional string message for test.
* </pre>
*
* <code>string requestMessage = 1;</code>
*/
java.lang.String getRequestMessage();
/**
* <pre>
* An optional string message for test.
* </pre>
*
* <code>string requestMessage = 1;</code>
*/
com.google.protobuf.ByteString
getRequestMessageBytes();
}