Skip to content

Default Output in proto2 Syntax

Compare
Choose a tag to compare
@alpancs alpancs released this 11 Aug 11:20
· 19 commits to main since this release
2c3cb4c

Generated proto files are now using "proto2" syntax by default.
To get output in "proto3" syntax, use protoc param --pubsub-schema_opt=syntax=proto3. See README.md for the usage.