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 always_use_jwt_access (#381)
... chore: update gapic-generator-ruby to the latest commit chore: release gapic-generator-typescript 1.5.0 Committer: @miraleung PiperOrigin-RevId: 380641501 Source-Link: googleapis/googleapis@076f7e9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/27e4c88b4048e5f56508d4e1aa417d60a3380892
- Loading branch information
Showing
with
112 additions
and 369 deletions.
- +14 −26 google/cloud/spanner_admin_database_v1/services/database_admin/transports/base.py
- +4 −3 google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc.py
- +4 −3 google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc_asyncio.py
- +14 −26 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/base.py
- +4 −3 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc.py
- +4 −3 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc_asyncio.py
- +14 −26 google/cloud/spanner_v1/services/spanner/transports/base.py
- +4 −3 google/cloud/spanner_v1/services/spanner/transports/grpc.py
- +4 −3 google/cloud/spanner_v1/services/spanner/transports/grpc_asyncio.py
- +2 −2 setup.py
- +1 −1 testing/constraints-3.6.txt
- +15 −92 tests/unit/gapic/spanner_admin_database_v1/test_database_admin.py
- +15 −92 tests/unit/gapic/spanner_admin_instance_v1/test_instance_admin.py
- +13 −86 tests/unit/gapic/spanner_v1/test_spanner.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
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.