Skip to main content

Base classes not being generated

  • look after /obj/net7/debug/protos see there what their names are
  • make sure you import the right C# namespace into your service

Transcoding:

  • get: "/v1/speakers/{speakerId}" - if speakerId is not found in the SpeakerFilterRequest, it will fail to run
rpc GetById (SpeakerFilterRequest) returns (SpeakerResponse) {
option (google.api.http) = {
get: "/v1/speakers/{speakerId}"
};}
  • route templates shouldn't end with '/'