1 // Generated by the protocol buffer compiler. DO NOT EDIT! 2 // source: io/grpc/reflection/testing/reflection_test_depth_two.proto 3 4 package io.grpc.reflection.testing; 5 6 public interface ReplyOrBuilder extends 7 // @@protoc_insertion_point(interface_extends:grpc.reflection.testing.Reply) 8 com.google.protobuf.MessageOrBuilder { 9 10 /** 11 * <code>optional string message = 1;</code> 12 */ hasMessage()13 boolean hasMessage(); 14 /** 15 * <code>optional string message = 1;</code> 16 */ getMessage()17 java.lang.String getMessage(); 18 /** 19 * <code>optional string message = 1;</code> 20 */ 21 com.google.protobuf.ByteString getMessageBytes()22 getMessageBytes(); 23 } 24