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](https://googleapis.dev/python/google-auth/latest/reference/google.oauth2.credentials.html?highlight=quota%20project#google.oauth2.credentials.Credentials). Depends on: - [ ] https://github.com/googleapis/python-api-core/pull/58 - [ ] https://github.com/googleapis/google-auth-library-python/pull/546 ```py 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
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