View Javadoc
1   // Generated by the protocol buffer compiler.  DO NOT EDIT!
2   // source: sample.proto
3   
4   package org.springframework.protobuf;
5   
6   public interface SecondMsgOrBuilder
7       extends com.google.protobuf.MessageOrBuilder {
8   
9     // optional int32 blah = 1;
10    /**
11     * <code>optional int32 blah = 1;</code>
12     */
13    boolean hasBlah();
14    /**
15     * <code>optional int32 blah = 1;</code>
16     */
17    int getBlah();
18  }