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 (#223)
* chore: use gapic-generator-python 0.50.3 fix: disable always_use_jwt_access Committer: @busunkim96 PiperOrigin-RevId: 382142900 Source-Link: googleapis/googleapis@513440f Source-Link: https://github.com/googleapis/googleapis-gen/commit/7b1e2c31233f79a704ec21ca410bf661d6bc68d0 *🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * fix: require google-api-core >= 1.26.0 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <busunkim@google.com>
- Loading branch information
Showing
with
194 additions
and 426 deletions.
- +15 −27 google/cloud/bigquery_storage_v1/services/big_query_read/transports/base.py
- +7 −3 google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc.py
- +7 −3 google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc_asyncio.py
- +15 −27 google/cloud/bigquery_storage_v1beta2/services/big_query_read/transports/base.py
- +7 −3 google/cloud/bigquery_storage_v1beta2/services/big_query_read/transports/grpc.py
- +7 −3 google/cloud/bigquery_storage_v1beta2/services/big_query_read/transports/grpc_asyncio.py
- +15 −27 google/cloud/bigquery_storage_v1beta2/services/big_query_write/transports/base.py
- +7 −3 google/cloud/bigquery_storage_v1beta2/services/big_query_write/transports/grpc.py
- +7 −3 google/cloud/bigquery_storage_v1beta2/services/big_query_write/transports/grpc_asyncio.py
- +1 −1 setup.py
- +2 −2 testing/constraints-3.6.txt
- +34 −108 tests/unit/gapic/bigquery_storage_v1/test_big_query_read.py
- +34 −108 tests/unit/gapic/bigquery_storage_v1beta2/test_big_query_read.py
- +36 −108 tests/unit/gapic/bigquery_storage_v1beta2/test_big_query_write.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
Oops, something went wrong.