3 questions
Advice
1
vote
0
replies
77
views
Google gnostic: protoc-gen-openapi
I want to know if the protoc-gen-openapi plugin understands and processes annotations as in annotations.proto.
I want to use the custom options defined in that annotations.proto file as annotations on ...
3
votes
0
answers
447
views
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 ...
0
votes
1
answer
792
views
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?