Support Protobuf Edition Zero #1537
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
To facilitate testing Protobuf Editions support in GAPIC generators, add a new proto package to showcase that uses Edition Zero.
identity.proto
and modify it to declare Edition Zero syntax.optional int32 age = 6;
toint32 age = 6;
.features.field_presence
.features.enum_type
.features.repeated_field_encoding
.features.string_field_validation
.features.json_format
.features.message_encoding
.The text was updated successfully, but these errors were encountered: