1ffe3c632Sopenharmony_cisyntax = "proto3"; 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ciimport "proto/test_service.proto"; 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_cipackage foo; 6ffe3c632Sopenharmony_ci 7ffe3c632Sopenharmony_cioption php_generic_services = true; 8ffe3c632Sopenharmony_cioption php_namespace = "Bar"; 9ffe3c632Sopenharmony_ci 10ffe3c632Sopenharmony_ciservice OtherGreeter { 11ffe3c632Sopenharmony_ci rpc SayHello (HelloRequest) returns (HelloReply) {} 12ffe3c632Sopenharmony_ci rpc SayHelloAgain (HelloRequest) returns (HelloReply) {} 13ffe3c632Sopenharmony_ci} 14