I'm new to gRPC, and I've tried to search this, but can't seem to find any reference to method calls that send and receive primitive types. I created a method where I send a string, and return a bool (in C#, bool IsPhoneNumberValid ( string PhoneNumber)
In their simple sample posted on their web site - HelloRequest, and HelloReply are listed as a message with a single field. Is this the standard practise in gRPC? I would like to see a reference to this is as the best practise, or what am I missing in the documentation?