Write your .proto file
Last updated
Was this helpful?
Last updated
Was this helpful?
.proto is a file which contains all definition of the gRPC service and the method request and response types using the format of .
Under the workspace, we create folders src/main/proto
and create our .proto file, calculator.proto
.