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

fix(gengapic): remove unknown enum error helper #1358

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

noahdietz
Copy link
Collaborator

Most if not all REGAPIC clients use numeric enum value serialization now, all new APIs will, and we haven't had an unknown enum value issue reported to date. It is likely safe to remove the error parsing at this point.

Fixes #1302

@noahdietz noahdietz requested review from a team as code owners June 5, 2023 20:01
@noahdietz noahdietz requested a review from codyoss June 5, 2023 20:37
Copy link
Member

@codyoss codyoss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@noahdietz noahdietz merged commit 34af96c into googleapis:main Jun 5, 2023
@noahdietz noahdietz deleted the remove-unknown-enum branch June 5, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gapic: remove maybeUnknownEnum error checker and usage
2 participants