-
Notifications
You must be signed in to change notification settings - Fork 12
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: Enable UUID auto-generation for fields listed for auto population in service.yaml #686
Conversation
* Add methodSettings to ServiceYamlConfig and read them it present * Add ServiceYamlConfig to ServiceDetails and update the constructor.
This reverts commit 6dd397f.
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
cfa19ac
to
82032d1
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.
Looks great @yash30201 well done. Resolve @bshaffer 's comments and we can merge this.
f05f621
to
9b6c107
Compare
Request Field Auto Population
Implement go/php-auto-population-request-id design resulting in descriptor config generation for rpc fields (if set for auto population in
service.yaml
configuration). Logic adheres to AIP 155 and AIP 4235.Gax PHP is responsible to do the actual auto population reading the configuration from descriptor config. See b/318607731 for more information.