blob: 4f5a6cac129988ba7c6eb183c149003155ecc645 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: io/grpc/reflection/testing/reflection_test_depth_two.proto
package io.grpc.reflection.testing;
public interface ReplyOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.testing.Reply)
com.google.protobuf.MessageOrBuilder {
/**
* <code>optional string message = 1;</code>
*/
boolean hasMessage();
/**
* <code>optional string message = 1;</code>
*/
java.lang.String getMessage();
/**
* <code>optional string message = 1;</code>
*/
com.google.protobuf.ByteString
getMessageBytes();
}