Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: add RPC priority support (#324)
* feat: add RPC priority support * Review changes * Review changes * Update google/cloud/spanner_v1/database.py Co-authored-by: larkee <31196561+larkee@users.noreply.github.com> * Update google/cloud/spanner_v1/database.py Co-authored-by: larkee <31196561+larkee@users.noreply.github.com> * Update session.py * update import Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
- Loading branch information
Showing
with
209 additions
and 20 deletions.
- +2 −0 google/cloud/spanner_v1/__init__.py
- +14 −1 google/cloud/spanner_v1/batch.py
- +40 −6 google/cloud/spanner_v1/database.py
- +18 −2 google/cloud/spanner_v1/session.py
- +25 −0 google/cloud/spanner_v1/snapshot.py
- +39 −2 google/cloud/spanner_v1/transaction.py
- +5 −0 tests/system/test_system.py
- +6 −3 tests/unit/test_batch.py
- +20 −2 tests/unit/test_database.py
- +3 −0 tests/unit/test_session.py
- +13 −0 tests/unit/test_snapshot.py
- +24 −4 tests/unit/test_transaction.py
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.