Hi all,

Consider the example (from the grpc docs) service definition below:

service Greeter { 
  // Sends a greeting 
  rpc SayHello (HelloRequest) returns (HelloReply) {}
}

What is the {} at the end in the declaration of SayHello required for? It 
seems optional, since the example in the proto3 spec 
(https://developers.google.com/protocol-buffers/docs/reference/proto3-spec) 
doesn't use it.

Thank you in advance.

Best Wishes,
Amit.



-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to