This repository was archived by the owner on Sep 5, 2023. It is now read-only.
fix: use correct retry deadlines#66
Merged
busunkim96 merged 4 commits intomasterfrom Apr 1, 2021
Merged
Conversation
feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Author: Google APIs <[email protected]> Source-Date: Tue Jan 5 16:44:11 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 520682435235d9c503983a360a2090025aa47cd1 Source-Link: googleapis/googleapis@5206824
busunkim96
approved these changes
Apr 1, 2021
gcf-merge-on-green Bot
pushed a commit
that referenced
this pull request
May 18, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.1...v1.2.0) (2021-05-17) ### Features * added support for configurable budget time period ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) * support self-signed JWT flow for service accounts ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) ### Bug Fixes * **deps:** add packaging requirement ([#93](https://www.github.com/googleapis/python-billingbudgets/issues/93)) ([cbc882c](https://www.github.com/googleapis/python-billingbudgets/commit/cbc882c3562d88b4563ae715b74379390ba41e1f)) * use correct retry deadlines ([#66](https://www.github.com/googleapis/python-billingbudgets/issues/66)) ([ebf04ba](https://www.github.com/googleapis/python-billingbudgets/commit/ebf04baa60cba88a556465b18fb5fc3a3ae9a0a0)) * add async client to %name_%version/init.py ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) ### Miscellaneous Chores * release 1.2.0 ([#95](https://www.github.com/googleapis/python-billingbudgets/issues/95)) ([be03be9](https://www.github.com/googleapis/python-billingbudgets/commit/be03be9af446c01ded9f7306eb376a73972de39e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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_infomethod