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
client_cert_source_for_mtls
argument to transports (#135)
This PR was generated using Autosynth.🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3b4457c8-4080-407a-9a6d-4a48ddcea154/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 354996675 Source-Link: googleapis/googleapis@20712b8 PiperOrigin-RevId: 352816749 Source-Link: googleapis/googleapis@ceaaf31
- Loading branch information
Showing
with
454 additions
and 305 deletions.
- +7 −11 google/cloud/bigquery_storage_v1/services/big_query_read/client.py
- +17 −6 google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc.py
- +17 −6 google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc_asyncio.py
- +7 −11 google/cloud/bigquery_storage_v1beta2/services/big_query_read/client.py
- +17 −6 google/cloud/bigquery_storage_v1beta2/services/big_query_read/transports/grpc.py
- +17 −6 google/cloud/bigquery_storage_v1beta2/services/big_query_read/transports/grpc_asyncio.py
- +7 −11 google/cloud/bigquery_storage_v1beta2/services/big_query_write/client.py
- +17 −6 google/cloud/bigquery_storage_v1beta2/services/big_query_write/transports/grpc.py
- +17 −6 google/cloud/bigquery_storage_v1beta2/services/big_query_write/transports/grpc_asyncio.py
- +4 −11 synth.metadata
- +108 −75 tests/unit/gapic/bigquery_storage_v1/test_big_query_read.py
- +108 −75 tests/unit/gapic/bigquery_storage_v1beta2/test_big_query_read.py
- +111 −75 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
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.