// Leading trivia. syntax = "proto3"; package test; import "google/protobuf/any.proto"; service WKTService { rpc Method (google.protobuf.Any) returns (google.protobuf.Any) {} }