-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
To facilitate testing Protobuf Editions support in GAPIC generators, add a new proto package to showcase that uses Edition Zero.
- Copy
identity.protoand modify it to declare Edition Zero syntax. - Change
optional int32 age = 6;toint32 age = 6;. - Add usage of
features.field_presence. - Add usage of
features.enum_type. - Add usage of
features.repeated_field_encoding. - Add usage of
features.string_field_validation. - Add usage of
features.json_format. - Add usage of
features.message_encoding.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.