We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clients should allow the quota project (user project?) to be set through client options.
The credential provided here should override any quota project attached to the credentials.
Depends on:
from google.cloud import texttospeech client = texttospeech.textToSpeechClient( client_options={"quota_project": "myproject-123"} ) # requests set `X-Goog-User-Project` header to 'myproject-123'
Internal link: go/extensible-client-options-exit
The text was updated successfully, but these errors were encountered:
See googleapis/google-auth-library-python#519 and googleapis/python-api-core#36 for pre-requisite work
Sorry, something went wrong.
software-dov
Successfully merging a pull request may close this issue.
Clients should allow the quota project (user project?) to be set through client options.
The credential provided here should override any quota project attached to the credentials.
Depends on:
Internal link: go/extensible-client-options-exit
The text was updated successfully, but these errors were encountered: