This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jan 5 16:44:11 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 520682435235d9c503983a360a2090025aa47cd1 Source-Link: googleapis/googleapis@5206824
PiperOrigin-RevId: 352816749 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jan 20 10:06:23 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: ceaaf31b3d13badab7cf9d3b570f5639db5593d9 Source-Link: googleapis/googleapis@ceaaf31
PiperOrigin-RevId: 354996675 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Feb 1 12:11:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf Source-Link: googleapis/googleapis@20712b8
PiperOrigin-RevId: 355923884 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Feb 5 14:04:52 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5e3dacee19405529b841b53797df799c2383536c Source-Link: googleapis/googleapis@5e3dace
PiperOrigin-RevId: 359562873 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Feb 25 10:52:32 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c Source-Link: googleapis/googleapis@07932bb
…ues. PiperOrigin-RevId: 359844338 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Feb 26 14:51:50 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 9adc11e84218d5e234392e7fe81676e778895525 Source-Link: googleapis/googleapis@9adc11e
product-auto-label
bot
added
the
api: accessapproval
Issues related to the googleapis/python-access-approval API.
label
Mar 6, 2021
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Mar 6, 2021
busunkim96
changed the title
[CHANGE ME] Re-generated to pick up changes from googleapis.
fix: use correct retry deadlines
Apr 2, 2021
busunkim96
approved these changes
Apr 2, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jun 1, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-access-approval/compare/v1.1.1...v1.2.0) (2021-05-28) ### Features * add `from_service_account_info` ([8f6833a](https://www.github.com/googleapis/python-access-approval/commit/8f6833aa95e7610576fba4500857a4143de7d1d7)) * support self-signed JWT flow for service accounts ([e761cff](https://www.github.com/googleapis/python-access-approval/commit/e761cfffccd416a4552ccdece2a6d6f1ae84cad8)) ### Bug Fixes * add async client to %name_%version/init.py ([e761cff](https://www.github.com/googleapis/python-access-approval/commit/e761cfffccd416a4552ccdece2a6d6f1ae84cad8)) * **deps:** add packaging requirement ([#78](https://www.github.com/googleapis/python-access-approval/issues/78)) ([fd1417b](https://www.github.com/googleapis/python-access-approval/commit/fd1417b61019150963c83b4594fd86e2fb304355)) * use correct retry deadlines ([#57](https://www.github.com/googleapis/python-access-approval/issues/57)) ([8f6833a](https://www.github.com/googleapis/python-access-approval/commit/8f6833aa95e7610576fba4500857a4143de7d1d7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: accessapproval
Issues related to the googleapis/python-access-approval API.
cla: yes
This human has signed the Contributor License Agreement.
context: partial
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: add
from_service_account_info