syntax="proto3";packagehelloworld.v1;import"google/api/annotations.proto";optiongo_package="github.com/go-kratos/kratos-layout/api/helloworld/v1;v1";optionjava_multiple_files=true;optionjava_package="dev.kratos.api.helloworld.v1";optionjava_outer_classname="HelloworldProtoV1";// The greeting service definition.serviceGreeter{// Sends a greetingrpcSayHello(HelloRequest)returns(HelloReply){option(google.api.http)={get:"/helloworld/{name}"};}}// The request message containing the user's name.messageHelloRequest{stringname=1;}// The response message containing the greetingsmessageHelloReply{stringmessage=1;}