Module Mypackage.HelloRequest
val name' : unit -> string
val make : ?name:string -> unit -> t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
val from_proto :
Ocaml_protoc_plugin.Runtime.Runtime'.Reader.t ->
(t, [> Ocaml_protoc_plugin.Runtime.Runtime'.Result.error ]) Stdlib.result