gapic-generator 1.30.3__py3-none-any.whl → 1.30.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2 +1 -1
- gapic/templates/testing/_default_constraints.j2 +2 -0
- gapic/templates/testing/constraints-3.7.txt.j2 +2 -0
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/METADATA +1 -1
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/RECORD +51 -51
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/WHEEL +1 -1
- tests/integration/goldens/asset/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/asset/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/asset/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/asset/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/asset/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/asset/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/credentials/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/eventarc/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/logging/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/logging_internal/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/redis/testing/constraints-3.9.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.10.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.11.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.12.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.7.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.8.txt +2 -0
- tests/integration/goldens/redis_selective/testing/constraints-3.9.txt +2 -0
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/entry_points.txt +0 -0
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/licenses/LICENSE +0 -0
- {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.5.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{% block content %}
|
|
4
4
|
|
|
5
5
|
import abc
|
|
6
|
-
from typing import Awaitable, Callable, Dict, Optional, Sequence, Union
|
|
6
|
+
from typing import {% if service.any_extended_operations_methods %}Any, {% endif %}Awaitable, Callable, Dict, Optional, Sequence, Union
|
|
7
7
|
|
|
8
8
|
{% set package_path = api.naming.module_namespace|join('.') + "." + api.naming.versioned_module_name %}
|
|
9
9
|
from {{package_path}} import gapic_version as package_version
|
|
@@ -6,6 +6,8 @@ google-auth
|
|
|
6
6
|
grpcio
|
|
7
7
|
proto-plus
|
|
8
8
|
protobuf
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography
|
|
9
11
|
{% for package_tuple, package_info in pypi_packages.items() %}
|
|
10
12
|
{# Quick check to make sure `package_info.package_name` is not the package being generated so we don't circularly include this package in its own constraints file. #}
|
|
11
13
|
{% if api.naming.warehouse_package_name != package_info.package_name %}
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
# Then this file should have google-cloud-foo==1.14.0
|
|
8
8
|
google-api-core==1.34.1
|
|
9
9
|
google-auth==2.14.1
|
|
10
|
+
# cryptography is a direct dependency of google-auth
|
|
11
|
+
cryptography==38.0.3
|
|
10
12
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
11
13
|
# Add the minimum supported version of grpcio to constraints files
|
|
12
14
|
proto-plus==1.22.3
|
|
@@ -60,7 +60,7 @@ gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/__in
|
|
|
60
60
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/_mixins.py.j2,sha256=h8WbSqvII_GvRb_6c0JyVwDnjnTPLuvPi7CaKWdA9jw,11363
|
|
61
61
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/_rest_mixins.py.j2,sha256=eTKl_3Sn9nfgTdn9rT3fkSjj8B6nROF2k3PezCc4_to,968
|
|
62
62
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/_rest_mixins_base.py.j2,sha256=wjy5VKTLZdBLoB1V7IbKBBYdYOYdrjn10kte7zlBN0g,1909
|
|
63
|
-
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2,sha256=
|
|
63
|
+
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2,sha256=U3HBB1tnF-5kNcK2CGgE_r4CgFv7WIdz9eSPqw1XvIY,14503
|
|
64
64
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/grpc.py.j2,sha256=LgPYf9x9hsCgUMkp8J7jB2ta0Zr_MNhISSgOffzdm_o,21168
|
|
65
65
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/grpc_asyncio.py.j2,sha256=ubmt3TTLVBM-SwPeMcXWHevQFpxNzL1_o-Vy4hYXkV4,22012
|
|
66
66
|
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/rest.py.j2,sha256=2-8wfZBFvuUccEqU1FtvVJrsauGz0b8WOsFgwYKcVIo,15460
|
|
@@ -81,13 +81,13 @@ gapic/templates/docs/_templates/layout.html.j2,sha256=hE69TwES_0d7X9JiUkd1iRk6au
|
|
|
81
81
|
gapic/templates/examples/_generated_sample_comment.j2,sha256=OUvQWdDw6TWHap8DhOmVYpxW6cswZZvQYpPQkc7u03Y,386
|
|
82
82
|
gapic/templates/examples/feature_fragments.j2,sha256=xV7QFY2ogmZk5BevjZMo6dge-66uqUmD08ZZBuWLECo,12575
|
|
83
83
|
gapic/templates/examples/sample.py.j2,sha256=52e-J4sOVU5bcrUKLYRixGTZuCTLlEv7u-1Nsz046D8,1907
|
|
84
|
-
gapic/templates/testing/_default_constraints.j2,sha256=
|
|
84
|
+
gapic/templates/testing/_default_constraints.j2,sha256=wf51G_1MRJEvywYWMe1Mn1LrpsPgaJMJxn7tH4sMMAg,698
|
|
85
85
|
gapic/templates/testing/constraints-3.10.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
|
|
86
86
|
gapic/templates/testing/constraints-3.11.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
|
|
87
87
|
gapic/templates/testing/constraints-3.12.txt.j2,sha256=HjXh4DOUOCbBqAdlG0Ihf7OSqqivfg4EI53PqvLI7pI,111
|
|
88
88
|
gapic/templates/testing/constraints-3.13.txt.j2,sha256=BG23MLhk-7xqtDbszL9pi3N5Ju7kUzSBxAxDIzXAFSA,1003
|
|
89
89
|
gapic/templates/testing/constraints-3.14.txt.j2,sha256=BG23MLhk-7xqtDbszL9pi3N5Ju7kUzSBxAxDIzXAFSA,1003
|
|
90
|
-
gapic/templates/testing/constraints-3.7.txt.j2,sha256=
|
|
90
|
+
gapic/templates/testing/constraints-3.7.txt.j2,sha256=Z7qzLIm5AxBLXOo5dHaAAvtwH8lfbGUupQp7O1ZeAB4,1091
|
|
91
91
|
gapic/templates/testing/constraints-3.8.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
|
|
92
92
|
gapic/templates/testing/constraints-3.9.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
|
|
93
93
|
gapic/templates/tests/__init__.py.j2,sha256=aOiT1QgrbzGF1r5HbVxi4YzoR65npy188SDmgyi7QwA,29
|
|
@@ -110,7 +110,7 @@ gapic/utils/reserved_names.py,sha256=M3E9H42wfQFvn2biBKTlxPXQar5Zw5eP3ved2AUUG2c
|
|
|
110
110
|
gapic/utils/rst.py,sha256=Jr-U6whWZcenjdnzyw-VFiIvS9ToqM-_4QaH59lM2fI,2801
|
|
111
111
|
gapic/utils/uri_conv.py,sha256=fiLI3Ga9CAtouQJcg0Uuu3bwzDral2sZWcRxpLwYmYc,1705
|
|
112
112
|
gapic/utils/uri_sample.py,sha256=1NOKPUE_HWqy46CKzigM2aYp8xqO4ioXmDmBDrQLS9M,3191
|
|
113
|
-
gapic_generator-1.30.
|
|
113
|
+
gapic_generator-1.30.5.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
114
114
|
rules_python_gapic/pytest.py,sha256=cL3qIqEOyfJdAb3p3ogWvyGBKqjp5J5qxgkIrjc7-JA,612
|
|
115
115
|
rules_python_gapic/test.py,sha256=WCsGlzyjVaAy-C79SmL1nw7iyTPRJrlQOdK7uhDEmyM,346
|
|
116
116
|
test_utils/__init__.py,sha256=uwvIt0wvGRORvAV_5AzMHejrBe2E4R4LHwpCd5x_us4,575
|
|
@@ -252,14 +252,14 @@ tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generate
|
|
|
252
252
|
tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generated_asset_service_update_saved_query_async.py,sha256=C3BUbJHmj_YQMSHbAIe0Su9Pei2tTSKpWwQEKg2YNHY,1833
|
|
253
253
|
tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generated_asset_service_update_saved_query_sync.py,sha256=4WxBab2ed9RjtAQPJrNEyrijXkDuOpvE4uar_AeScE8,1814
|
|
254
254
|
tests/integration/goldens/asset/samples/generated_samples/snippet_metadata_google.cloud.asset.v1.json,sha256=6QWVkC3xzLYYBXh1DQH9y62Ad-B2Lovik8dlDfuIlFI,105419
|
|
255
|
-
tests/integration/goldens/asset/testing/constraints-3.10.txt,sha256=
|
|
256
|
-
tests/integration/goldens/asset/testing/constraints-3.11.txt,sha256=
|
|
257
|
-
tests/integration/goldens/asset/testing/constraints-3.12.txt,sha256=
|
|
255
|
+
tests/integration/goldens/asset/testing/constraints-3.10.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
|
|
256
|
+
tests/integration/goldens/asset/testing/constraints-3.11.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
|
|
257
|
+
tests/integration/goldens/asset/testing/constraints-3.12.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
|
|
258
258
|
tests/integration/goldens/asset/testing/constraints-3.13.txt,sha256=72vQmKdqXix-IM1h6ZKoCw5MqqQCI07TcZDbTLrxU-I,564
|
|
259
259
|
tests/integration/goldens/asset/testing/constraints-3.14.txt,sha256=72vQmKdqXix-IM1h6ZKoCw5MqqQCI07TcZDbTLrxU-I,564
|
|
260
|
-
tests/integration/goldens/asset/testing/constraints-3.7.txt,sha256=
|
|
261
|
-
tests/integration/goldens/asset/testing/constraints-3.8.txt,sha256=
|
|
262
|
-
tests/integration/goldens/asset/testing/constraints-3.9.txt,sha256=
|
|
260
|
+
tests/integration/goldens/asset/testing/constraints-3.7.txt,sha256=E0t6BcVjCbdrrzfvuKuG4m8ft_s8OMNcevCJYfNLg80,691
|
|
261
|
+
tests/integration/goldens/asset/testing/constraints-3.8.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
|
|
262
|
+
tests/integration/goldens/asset/testing/constraints-3.9.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
|
|
263
263
|
tests/integration/goldens/asset/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
264
264
|
tests/integration/goldens/asset/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
265
265
|
tests/integration/goldens/asset/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -312,14 +312,14 @@ tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v
|
|
|
312
312
|
tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v1_generated_iam_credentials_sign_jwt_async.py,sha256=Lnyae2n9gu8R-zRa09IT31gGEhYTEnVCU-9rfUzZzyI,1871
|
|
313
313
|
tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v1_generated_iam_credentials_sign_jwt_sync.py,sha256=VLkcQs1tlstBcs_PVba1_hM01RMOLicLjyt69BkGc54,1852
|
|
314
314
|
tests/integration/goldens/credentials/samples/generated_samples/snippet_metadata_google.iam.credentials.v1.json,sha256=ajmtDB1ZR8_u1B-zEqcKk5lqXba6vXKpd5nrt5y26t8,20368
|
|
315
|
-
tests/integration/goldens/credentials/testing/constraints-3.10.txt,sha256=
|
|
316
|
-
tests/integration/goldens/credentials/testing/constraints-3.11.txt,sha256=
|
|
317
|
-
tests/integration/goldens/credentials/testing/constraints-3.12.txt,sha256=
|
|
315
|
+
tests/integration/goldens/credentials/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
316
|
+
tests/integration/goldens/credentials/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
317
|
+
tests/integration/goldens/credentials/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
318
318
|
tests/integration/goldens/credentials/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
319
319
|
tests/integration/goldens/credentials/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
320
|
-
tests/integration/goldens/credentials/testing/constraints-3.7.txt,sha256=
|
|
321
|
-
tests/integration/goldens/credentials/testing/constraints-3.8.txt,sha256=
|
|
322
|
-
tests/integration/goldens/credentials/testing/constraints-3.9.txt,sha256=
|
|
320
|
+
tests/integration/goldens/credentials/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
|
|
321
|
+
tests/integration/goldens/credentials/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
322
|
+
tests/integration/goldens/credentials/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
323
323
|
tests/integration/goldens/credentials/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
324
324
|
tests/integration/goldens/credentials/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
325
325
|
tests/integration/goldens/credentials/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -402,14 +402,14 @@ tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generat
|
|
|
402
402
|
tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generated_eventarc_update_trigger_async.py,sha256=y0RFvRhIUuKS8CaIk-_28W0m7Grgn8OwYGZcZPXX8yI,1926
|
|
403
403
|
tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generated_eventarc_update_trigger_sync.py,sha256=v2f7S1bbDHKDdzTaTP7GtRd9gPR8ff7uh-mkwtRwcAk,1905
|
|
404
404
|
tests/integration/goldens/eventarc/samples/generated_samples/snippet_metadata_google.cloud.eventarc.v1.json,sha256=d4u1daA3hLS8Qbjiyf3dZNb-at-tNT3hvJxlaRIEt_Q,82996
|
|
405
|
-
tests/integration/goldens/eventarc/testing/constraints-3.10.txt,sha256=
|
|
406
|
-
tests/integration/goldens/eventarc/testing/constraints-3.11.txt,sha256=
|
|
407
|
-
tests/integration/goldens/eventarc/testing/constraints-3.12.txt,sha256=
|
|
405
|
+
tests/integration/goldens/eventarc/testing/constraints-3.10.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
|
|
406
|
+
tests/integration/goldens/eventarc/testing/constraints-3.11.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
|
|
407
|
+
tests/integration/goldens/eventarc/testing/constraints-3.12.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
|
|
408
408
|
tests/integration/goldens/eventarc/testing/constraints-3.13.txt,sha256=F-sl1a-TiZoxX_Vm6wdUkZgYP6uSEDQfOKxVe1dUBHE,499
|
|
409
409
|
tests/integration/goldens/eventarc/testing/constraints-3.14.txt,sha256=F-sl1a-TiZoxX_Vm6wdUkZgYP6uSEDQfOKxVe1dUBHE,499
|
|
410
|
-
tests/integration/goldens/eventarc/testing/constraints-3.7.txt,sha256=
|
|
411
|
-
tests/integration/goldens/eventarc/testing/constraints-3.8.txt,sha256=
|
|
412
|
-
tests/integration/goldens/eventarc/testing/constraints-3.9.txt,sha256=
|
|
410
|
+
tests/integration/goldens/eventarc/testing/constraints-3.7.txt,sha256=CUmhA5k0vzYUS8rCwsfCzxAtWYkBTc6QxxbGhAHUUlA,618
|
|
411
|
+
tests/integration/goldens/eventarc/testing/constraints-3.8.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
|
|
412
|
+
tests/integration/goldens/eventarc/testing/constraints-3.9.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
|
|
413
413
|
tests/integration/goldens/eventarc/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
414
414
|
tests/integration/goldens/eventarc/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
415
415
|
tests/integration/goldens/eventarc/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -561,14 +561,14 @@ tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated
|
|
|
561
561
|
tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_async.py,sha256=zxFwFT49cdqL4_EST63H0kiQXGKvGkDA7UoijmhWD74,2008
|
|
562
562
|
tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_sync.py,sha256=PmbS-aQnibtu2RrJbF05gdKz8C5UfO367MGp4VBcFKg,1989
|
|
563
563
|
tests/integration/goldens/logging/samples/generated_samples/snippet_metadata_google.logging.v2.json,sha256=HaWPXSVyLOC7tuarGkF-iw8rlYtyTOTioMNJQFR7j2g,193123
|
|
564
|
-
tests/integration/goldens/logging/testing/constraints-3.10.txt,sha256=
|
|
565
|
-
tests/integration/goldens/logging/testing/constraints-3.11.txt,sha256=
|
|
566
|
-
tests/integration/goldens/logging/testing/constraints-3.12.txt,sha256=
|
|
564
|
+
tests/integration/goldens/logging/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
565
|
+
tests/integration/goldens/logging/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
566
|
+
tests/integration/goldens/logging/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
567
567
|
tests/integration/goldens/logging/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
568
568
|
tests/integration/goldens/logging/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
569
|
-
tests/integration/goldens/logging/testing/constraints-3.7.txt,sha256=
|
|
570
|
-
tests/integration/goldens/logging/testing/constraints-3.8.txt,sha256=
|
|
571
|
-
tests/integration/goldens/logging/testing/constraints-3.9.txt,sha256=
|
|
569
|
+
tests/integration/goldens/logging/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
|
|
570
|
+
tests/integration/goldens/logging/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
571
|
+
tests/integration/goldens/logging/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
572
572
|
tests/integration/goldens/logging/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
573
573
|
tests/integration/goldens/logging/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
574
574
|
tests/integration/goldens/logging/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -722,14 +722,14 @@ tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_
|
|
|
722
722
|
tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_async_internal.py,sha256=1Jk5uMaEkMTyS3JzpuNH4tNG0SY2yhQ3eG_H2-zcI3k,2031
|
|
723
723
|
tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_sync_internal.py,sha256=pMYsRatCr_hRa4fM9smoituOJyoaUEMcYwMsmHDW9XA,2012
|
|
724
724
|
tests/integration/goldens/logging_internal/samples/generated_samples/snippet_metadata_google.logging.v2.json,sha256=6avw6jxLGjLki-EZNH7qE_J50VE89NwCV72RKhyXhCQ,195693
|
|
725
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.10.txt,sha256=
|
|
726
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.11.txt,sha256=
|
|
727
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.12.txt,sha256=
|
|
725
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
726
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
727
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
728
728
|
tests/integration/goldens/logging_internal/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
729
729
|
tests/integration/goldens/logging_internal/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
730
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.7.txt,sha256=
|
|
731
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.8.txt,sha256=
|
|
732
|
-
tests/integration/goldens/logging_internal/testing/constraints-3.9.txt,sha256=
|
|
730
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
|
|
731
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
732
|
+
tests/integration/goldens/logging_internal/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
733
733
|
tests/integration/goldens/logging_internal/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
734
734
|
tests/integration/goldens/logging_internal/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
735
735
|
tests/integration/goldens/logging_internal/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -799,14 +799,14 @@ tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_clo
|
|
|
799
799
|
tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_cloud_redis_upgrade_instance_async.py,sha256=Md6H82d8gd5EyWXOv3WxH2nkU5pTsceJAXSs8rYFvw4,1970
|
|
800
800
|
tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_cloud_redis_upgrade_instance_sync.py,sha256=zWCUUhQ5tNoQgMVbC-Onm5lJ9_DUmtFneGeKF_by0ug,1949
|
|
801
801
|
tests/integration/goldens/redis/samples/generated_samples/snippet_metadata_google.cloud.redis.v1.json,sha256=DSYO94JFB69iFjJ_6rXFXw2MQqud_yHTC0KDdNo3c60,51148
|
|
802
|
-
tests/integration/goldens/redis/testing/constraints-3.10.txt,sha256=
|
|
803
|
-
tests/integration/goldens/redis/testing/constraints-3.11.txt,sha256=
|
|
804
|
-
tests/integration/goldens/redis/testing/constraints-3.12.txt,sha256=
|
|
802
|
+
tests/integration/goldens/redis/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
803
|
+
tests/integration/goldens/redis/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
804
|
+
tests/integration/goldens/redis/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
805
805
|
tests/integration/goldens/redis/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
806
806
|
tests/integration/goldens/redis/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
807
|
-
tests/integration/goldens/redis/testing/constraints-3.7.txt,sha256=
|
|
808
|
-
tests/integration/goldens/redis/testing/constraints-3.8.txt,sha256=
|
|
809
|
-
tests/integration/goldens/redis/testing/constraints-3.9.txt,sha256=
|
|
807
|
+
tests/integration/goldens/redis/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
|
|
808
|
+
tests/integration/goldens/redis/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
809
|
+
tests/integration/goldens/redis/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
810
810
|
tests/integration/goldens/redis/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
811
811
|
tests/integration/goldens/redis/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
812
812
|
tests/integration/goldens/redis/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -862,14 +862,14 @@ tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_gen
|
|
|
862
862
|
tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_generated_cloud_redis_update_instance_async.py,sha256=HyvVi-bJzqghsL-31tV5vGDyggt7hYrHasqkLOGkfeU,2057
|
|
863
863
|
tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_generated_cloud_redis_update_instance_sync.py,sha256=DmaDRADFgm16DaG5VHCSugfjIc62in6xjKx7_jIMr3U,2036
|
|
864
864
|
tests/integration/goldens/redis_selective/samples/generated_samples/snippet_metadata_google.cloud.redis.v1.json,sha256=SYB2GmtR0w04mgExI12fpHhFMCSO3qyYDp8T_YMcRJM,22904
|
|
865
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.10.txt,sha256=
|
|
866
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.11.txt,sha256=
|
|
867
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.12.txt,sha256=
|
|
865
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
866
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
867
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
868
868
|
tests/integration/goldens/redis_selective/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
869
869
|
tests/integration/goldens/redis_selective/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
|
|
870
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.7.txt,sha256=
|
|
871
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.8.txt,sha256=
|
|
872
|
-
tests/integration/goldens/redis_selective/testing/constraints-3.9.txt,sha256=
|
|
870
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
|
|
871
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
872
|
+
tests/integration/goldens/redis_selective/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
|
|
873
873
|
tests/integration/goldens/redis_selective/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
874
874
|
tests/integration/goldens/redis_selective/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
875
875
|
tests/integration/goldens/redis_selective/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
|
|
@@ -952,8 +952,8 @@ tests/unit/utils/test_lines.py,sha256=nGhHsbicSOKVAWEwcaZI3XizKT5n6-kpWoOt1GjrKc
|
|
|
952
952
|
tests/unit/utils/test_rst.py,sha256=FoTbSc6qpq6cRPeur4GvT2TCKF5m4YlLDplx8ZG5TOc,2232
|
|
953
953
|
tests/unit/utils/test_uri_conv.py,sha256=OLj51y1N-UukFLZJNWHr-QZ9eOWVk4bA4DwD5ask_TA,1118
|
|
954
954
|
tests/unit/utils/test_uri_sample.py,sha256=lnE8HIRIX1I3qqmu0R0vcS4AfB7r6KJwcbxlcFXBVwc,1187
|
|
955
|
-
gapic_generator-1.30.
|
|
956
|
-
gapic_generator-1.30.
|
|
957
|
-
gapic_generator-1.30.
|
|
958
|
-
gapic_generator-1.30.
|
|
959
|
-
gapic_generator-1.30.
|
|
955
|
+
gapic_generator-1.30.5.dist-info/METADATA,sha256=GP5ipCukqik4s6o4cRNgR2ZG6lc44kB6YUbiVHTDDvU,4905
|
|
956
|
+
gapic_generator-1.30.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
957
|
+
gapic_generator-1.30.5.dist-info/entry_points.txt,sha256=AJx-UiTN0b_RJbY6QXm7lQ-k1PkRYGX6CnZqQETrleA,110
|
|
958
|
+
gapic_generator-1.30.5.dist-info/top_level.txt,sha256=jCXBy3WahW-Qvc-5x6oG8i9D_JbAUd2buqQt-UfaHKI,42
|
|
959
|
+
gapic_generator-1.30.5.dist-info/RECORD,,
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Then this file should have google-cloud-foo==1.14.0
|
|
7
7
|
google-api-core==1.34.1
|
|
8
8
|
google-auth==2.14.1
|
|
9
|
+
# cryptography is a direct dependency of google-auth
|
|
10
|
+
cryptography==38.0.3
|
|
9
11
|
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
|
|
10
12
|
# Add the minimum supported version of grpcio to constraints files
|
|
11
13
|
proto-plus==1.22.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|