1 2 3 4 5 6 7 8 9 10
syntax = "proto3"; package test; import "google/protobuf/empty.proto"; service Service { rpc Test (google.protobuf.Empty) returns (google.protobuf.Empty) { } }