Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Protobuf Edition Zero #1537

Open
8 tasks
quartzmo opened this issue Sep 16, 2024 · 0 comments
Open
8 tasks

Support Protobuf Edition Zero #1537

quartzmo opened this issue Sep 16, 2024 · 0 comments
Assignees
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.

Comments

@quartzmo
Copy link
Member

To facilitate testing Protobuf Editions support in GAPIC generators, add a new proto package to showcase that uses Edition Zero.

  • Copy identity.proto and modify it to declare Edition Zero syntax.
  • Change optional int32 age = 6; to int32 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.
@quartzmo quartzmo added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p3 Desirable enhancement or fix. May not be included in next release. labels Sep 16, 2024
@quartzmo quartzmo self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant