aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_client_options.py
AgeCommit message (Expand)Author
2021-06-16chore: blacken (#206)Tres Seaver
2020-06-04feat(client_options): add new client options 'quota_project_id', 'scopes', an...Dov Shlachter
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
2019-11-19Add a repr method for ClientOptions (#9849)Dov Shlachter
2019-06-24Add client options. (#8265)Bu Sun Kim