Questions tagged [protoc-gen-openapiv2]

2 questions
1
vote
0 answers

Protocol Buffer Unused Imports for Annotations

When importing other protocol buffer definitions to use for annotations, such as the ones in grpc-gateway protoc-gen-openapiv2 to add extra information for the generated openapi doc, the generated code imports these annotations even though they…
niltz
  • 1,014
  • 11
  • 28
0
votes
1 answer

What `bazel` dependency to be able to `import "protoc-gen-openapiv2/options/annotations.proto"`?

I'm trying to create Swagger documentation for proto files and would like to import "protoc-gen-openapiv2/options/annotations.proto"; to do so. What bazel dependency is needed to do this?
Noel Yap
  • 18,822
  • 21
  • 92
  • 144