79259431

Date: 2024-12-06 21:30:34
Score: 0.5
Natty:
Report link

That is not gRPC generated code. That is the old Protobuf RPC API, which Protobuf discourages.

You need to build the gRPC generated code using protoc-gen-grpc-java. The generated class name will be your service name with a "Grpc" suffix.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Eric Anderson