-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: add generator option proto-plus-dep #1596
Conversation
43a510b
to
5f5f581
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know much about proto-plus so I can't comment on those aspects of it, but otherwise this looks good.
Two important issues: making the regex more robust, and capturing an item to reduce the hard-coding tech debt for specific API×version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One test suggestion and one question, but otherwise LGTM
Waiting on approval in go/fix-gapic-depends-on-gapic-with-proto-plus-types |
fix: resolve ImportError when GAPIC depends on another GAPIC
Fixes b/266837434
Fixes googleapis/google-cloud-python#10828
Fixes #1611
Googlers see go/fix-gapic-depends-on-gapic-with-proto-plus-types