Default Output in proto2 Syntax
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.
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.