-
Notifications
You must be signed in to change notification settings - Fork 545
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: quota_project can be set via library configuration #7630
Conversation
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.
The only change I see in this PR is adding quota_project
to config
. Where is it read and passed to the generated clients?
Generated gapics already define For example, the generated |
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.
@dazuma Thank you for the great explanation of how this works with the new generated clients!
#### Features * quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630)) * Add push_config (PushConfig) param to Topic#subscribe * Make PushConfig constructor public. #### Documentation * Update sample code for on_error, at_exit, and concurrency tuning
#### Features * quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630))
#### Features * quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630))
#### Features * quota_project can be set via library configuration ([#7630](https://www.github.com/googleapis/google-cloud-ruby/issues/7630)) #### Documentation * Add snapshot query cursor sample ([#7601](https://www.github.com/googleapis/google-cloud-ruby/issues/7601))
@dazuma I just noticed that these |
@quartzmo That was an oversight. They should be documented. |
ref: #6248
This PR handles all veneers that are backed by gapics.