aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_client_options.py
AgeCommit message (Collapse)Author
2020-06-04feat(client_options): add new client options 'quota_project_id', 'scopes', ↵Dov Shlachter
and 'credentials_file' Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
2020-05-27feat: add client_encryped_cert_source to ClientOptions (#31)arithmetic1728
2020-04-14feat(api-core): add client_cert_source to ClientOptions (#17)arithmetic1728
* feat(api-core): add client_cert_source to ClientOptions * Update google/api_core/client_options.py Co-Authored-By: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * bump google-auth version * update noxfile.py to fix docs problem Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
2019-11-19Add a repr method for ClientOptions (#9849)Dov Shlachter
2019-06-24Add client options. (#8265)Bu Sun Kim