Hi All! I'm very new the GRPC world. I'm trying to understand the helloworld example.
There is something like:
HelloRequest request; request.set_name(user);
Where the set_name function comes from?
I know message HelloRequest is declared in proto file.
Thanks