commit | b12488cf552888299425c8009ea075511627cf08 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Jun 10 13:44:07 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 10 13:44:07 2020 -0700 |
tree | 51fb5115ff07141f7c6c6e39f71c05270d3a92c2 | |
parent | 16df8a3b7e461b939b1602d8ce4851152bb82bc9 [diff] |
feat: add quota_project_id to service accounts; add with_quota_project methods (#519) Adds quota_project_id to service account credentials, making it possible to set quota_project_id on OAuth2 credentials and service account credentials. This PR also adds the method with_quota_project to both classes.