From 9b7ab18a135e4f2c313ce0b04bf55feb0296bbfd Mon Sep 17 00:00:00 2001 From: Iwan Aucamp Date: Tue, 2 Aug 2022 20:16:12 +0200 Subject: [PATCH] docs: add protoc-gen-bq-schema Add protoc-gen-bq-schema to the list of third party add-ons. --- docs/third_party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/third_party.md b/docs/third_party.md index d8478e9ada..d9ff970227 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -203,3 +203,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d * [vim-protolint: A protobuf linter for Vim](https://github.com/yoheimuta/vim-protolint) * [super-linter: Protocol Buffer lint as GitHub Action](https://github.com/github/super-linter) * [protoc-gen-fieldmask - A plugin to generate static type fieldmask paths](https://github.com/idodod/protoc-gen-fieldmask) +* [protoc-gen-bq-schema - A protoc plugin to generate BigQuery schema files](https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema)