# Generated with protoc-gen-openapi# https://github.com/google/gnostic/tree/master/cmd/protoc-gen-openapiopenapi:3.0.3info:title:Greeter APIdescription:The greeting service definition.version:0.0.1paths:/helloworld/{name}:get:tags:-Greeterdescription:Sends a greetingoperationId:Greeter_SayHelloparameters:-name:namein:pathrequired:trueschema:type:stringresponses:"200":description:OKcontent:application/json:schema:$ref:'#/components/schemas/helloworld.v1.HelloReply'components:schemas:helloworld.v1.HelloReply:type:objectproperties:message:type:stringdescription:The response message containing the greetingstags:-name:Greeter