Protocol Buffer import resolution
问题 Before reading through this rather long question, I've raised a bug https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1103. The documentation for Proto Packages and Name Resolution states You can use definitions from other .proto files by importing them. To import another .proto's definitions, you add an import statement to the top of your file. My example.proto depends on annotations.proto to transcode HTTP/JSON to gRPC. This is a trivial example, but note I use the import