-
Notifications
You must be signed in to change notification settings - Fork 207
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
Implement new client options #166
Comments
@plamut is working on the microgenerator pieces so assigning to him to look into. |
Hmm... looking at the code, the publisher client does not even pass We need to fix that by keeping |
…190) Co-authored-by: Peter Lamut <[email protected]>
Add support for the three new client_options
quota_project_id
,scopes
, andcredentials_file
. These options are implemented on the mirogenerator, so the completion of the migration may automatically fulfill this.https://googleapis.dev/python/google-api-core/latest/client_options.html
The text was updated successfully, but these errors were encountered: