Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit d63e401

Browse files
chore: use gapic-generator-python 0.62.1 (#176)
- [ ] Regenerate this pull request now. fix: resolve DuplicateCredentialArgs error when using credentials_file committer: parthea PiperOrigin-RevId: 425964861 Source-Link: googleapis/googleapis@84b1a5a Source-Link: https://github.com/googleapis/googleapis-gen/commit/4fb761bbd8506ac156f49bac5f18306aa8eb3aa8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9
1 parent 2b31014 commit d63e401

File tree

12 files changed

+271
-120
lines changed

12 files changed

+271
-120
lines changed

google/cloud/security/privateca_v1/services/certificate_authority_service/async_client.py

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ async def create_certificate(
307307
308308
"""
309309
# Create or coerce a protobuf request object.
310-
# Sanity check: If we got a request object, we should *not* have
310+
# Quick check: If we got a request object, we should *not* have
311311
# gotten any keyword arguments that map to the request.
312312
has_flattened_params = any([parent, certificate, certificate_id])
313313
if request is not None and has_flattened_params:
@@ -386,7 +386,7 @@ async def get_certificate(
386386
387387
"""
388388
# Create or coerce a protobuf request object.
389-
# Sanity check: If we got a request object, we should *not* have
389+
# Quick check: If we got a request object, we should *not* have
390390
# gotten any keyword arguments that map to the request.
391391
has_flattened_params = any([name])
392392
if request is not None and has_flattened_params:
@@ -463,7 +463,7 @@ async def list_certificates(
463463
464464
"""
465465
# Create or coerce a protobuf request object.
466-
# Sanity check: If we got a request object, we should *not* have
466+
# Quick check: If we got a request object, we should *not* have
467467
# gotten any keyword arguments that map to the request.
468468
has_flattened_params = any([parent])
469469
if request is not None and has_flattened_params:
@@ -543,7 +543,7 @@ async def revoke_certificate(
543543
544544
"""
545545
# Create or coerce a protobuf request object.
546-
# Sanity check: If we got a request object, we should *not* have
546+
# Quick check: If we got a request object, we should *not* have
547547
# gotten any keyword arguments that map to the request.
548548
has_flattened_params = any([name])
549549
if request is not None and has_flattened_params:
@@ -627,7 +627,7 @@ async def update_certificate(
627627
628628
"""
629629
# Create or coerce a protobuf request object.
630-
# Sanity check: If we got a request object, we should *not* have
630+
# Quick check: If we got a request object, we should *not* have
631631
# gotten any keyword arguments that map to the request.
632632
has_flattened_params = any([certificate, update_mask])
633633
if request is not None and has_flattened_params:
@@ -718,7 +718,7 @@ async def activate_certificate_authority(
718718
719719
"""
720720
# Create or coerce a protobuf request object.
721-
# Sanity check: If we got a request object, we should *not* have
721+
# Quick check: If we got a request object, we should *not* have
722722
# gotten any keyword arguments that map to the request.
723723
has_flattened_params = any([name])
724724
if request is not None and has_flattened_params:
@@ -824,7 +824,7 @@ async def create_certificate_authority(
824824
825825
"""
826826
# Create or coerce a protobuf request object.
827-
# Sanity check: If we got a request object, we should *not* have
827+
# Quick check: If we got a request object, we should *not* have
828828
# gotten any keyword arguments that map to the request.
829829
has_flattened_params = any(
830830
[parent, certificate_authority, certificate_authority_id]
@@ -917,7 +917,7 @@ async def disable_certificate_authority(
917917
918918
"""
919919
# Create or coerce a protobuf request object.
920-
# Sanity check: If we got a request object, we should *not* have
920+
# Quick check: If we got a request object, we should *not* have
921921
# gotten any keyword arguments that map to the request.
922922
has_flattened_params = any([name])
923923
if request is not None and has_flattened_params:
@@ -1004,7 +1004,7 @@ async def enable_certificate_authority(
10041004
10051005
"""
10061006
# Create or coerce a protobuf request object.
1007-
# Sanity check: If we got a request object, we should *not* have
1007+
# Quick check: If we got a request object, we should *not* have
10081008
# gotten any keyword arguments that map to the request.
10091009
has_flattened_params = any([name])
10101010
if request is not None and has_flattened_params:
@@ -1095,7 +1095,7 @@ async def fetch_certificate_authority_csr(
10951095
10961096
"""
10971097
# Create or coerce a protobuf request object.
1098-
# Sanity check: If we got a request object, we should *not* have
1098+
# Quick check: If we got a request object, we should *not* have
10991099
# gotten any keyword arguments that map to the request.
11001100
has_flattened_params = any([name])
11011101
if request is not None and has_flattened_params:
@@ -1173,7 +1173,7 @@ async def get_certificate_authority(
11731173
11741174
"""
11751175
# Create or coerce a protobuf request object.
1176-
# Sanity check: If we got a request object, we should *not* have
1176+
# Quick check: If we got a request object, we should *not* have
11771177
# gotten any keyword arguments that map to the request.
11781178
has_flattened_params = any([name])
11791179
if request is not None and has_flattened_params:
@@ -1251,7 +1251,7 @@ async def list_certificate_authorities(
12511251
12521252
"""
12531253
# Create or coerce a protobuf request object.
1254-
# Sanity check: If we got a request object, we should *not* have
1254+
# Quick check: If we got a request object, we should *not* have
12551255
# gotten any keyword arguments that map to the request.
12561256
has_flattened_params = any([parent])
12571257
if request is not None and has_flattened_params:
@@ -1337,7 +1337,7 @@ async def undelete_certificate_authority(
13371337
13381338
"""
13391339
# Create or coerce a protobuf request object.
1340-
# Sanity check: If we got a request object, we should *not* have
1340+
# Quick check: If we got a request object, we should *not* have
13411341
# gotten any keyword arguments that map to the request.
13421342
has_flattened_params = any([name])
13431343
if request is not None and has_flattened_params:
@@ -1424,7 +1424,7 @@ async def delete_certificate_authority(
14241424
14251425
"""
14261426
# Create or coerce a protobuf request object.
1427-
# Sanity check: If we got a request object, we should *not* have
1427+
# Quick check: If we got a request object, we should *not* have
14281428
# gotten any keyword arguments that map to the request.
14291429
has_flattened_params = any([name])
14301430
if request is not None and has_flattened_params:
@@ -1518,7 +1518,7 @@ async def update_certificate_authority(
15181518
15191519
"""
15201520
# Create or coerce a protobuf request object.
1521-
# Sanity check: If we got a request object, we should *not* have
1521+
# Quick check: If we got a request object, we should *not* have
15221522
# gotten any keyword arguments that map to the request.
15231523
has_flattened_params = any([certificate_authority, update_mask])
15241524
if request is not None and has_flattened_params:
@@ -1629,7 +1629,7 @@ async def create_ca_pool(
16291629
16301630
"""
16311631
# Create or coerce a protobuf request object.
1632-
# Sanity check: If we got a request object, we should *not* have
1632+
# Quick check: If we got a request object, we should *not* have
16331633
# gotten any keyword arguments that map to the request.
16341634
has_flattened_params = any([parent, ca_pool, ca_pool_id])
16351635
if request is not None and has_flattened_params:
@@ -1730,7 +1730,7 @@ async def update_ca_pool(
17301730
17311731
"""
17321732
# Create or coerce a protobuf request object.
1733-
# Sanity check: If we got a request object, we should *not* have
1733+
# Quick check: If we got a request object, we should *not* have
17341734
# gotten any keyword arguments that map to the request.
17351735
has_flattened_params = any([ca_pool, update_mask])
17361736
if request is not None and has_flattened_params:
@@ -1823,7 +1823,7 @@ async def get_ca_pool(
18231823
18241824
"""
18251825
# Create or coerce a protobuf request object.
1826-
# Sanity check: If we got a request object, we should *not* have
1826+
# Quick check: If we got a request object, we should *not* have
18271827
# gotten any keyword arguments that map to the request.
18281828
has_flattened_params = any([name])
18291829
if request is not None and has_flattened_params:
@@ -1899,7 +1899,7 @@ async def list_ca_pools(
18991899
19001900
"""
19011901
# Create or coerce a protobuf request object.
1902-
# Sanity check: If we got a request object, we should *not* have
1902+
# Quick check: If we got a request object, we should *not* have
19031903
# gotten any keyword arguments that map to the request.
19041904
has_flattened_params = any([parent])
19051905
if request is not None and has_flattened_params:
@@ -1990,7 +1990,7 @@ async def delete_ca_pool(
19901990
19911991
"""
19921992
# Create or coerce a protobuf request object.
1993-
# Sanity check: If we got a request object, we should *not* have
1993+
# Quick check: If we got a request object, we should *not* have
19941994
# gotten any keyword arguments that map to the request.
19951995
has_flattened_params = any([name])
19961996
if request is not None and has_flattened_params:
@@ -2075,7 +2075,7 @@ async def fetch_ca_certs(
20752075
20762076
"""
20772077
# Create or coerce a protobuf request object.
2078-
# Sanity check: If we got a request object, we should *not* have
2078+
# Quick check: If we got a request object, we should *not* have
20792079
# gotten any keyword arguments that map to the request.
20802080
has_flattened_params = any([ca_pool])
20812081
if request is not None and has_flattened_params:
@@ -2152,7 +2152,7 @@ async def get_certificate_revocation_list(
21522152
21532153
"""
21542154
# Create or coerce a protobuf request object.
2155-
# Sanity check: If we got a request object, we should *not* have
2155+
# Quick check: If we got a request object, we should *not* have
21562156
# gotten any keyword arguments that map to the request.
21572157
has_flattened_params = any([name])
21582158
if request is not None and has_flattened_params:
@@ -2230,7 +2230,7 @@ async def list_certificate_revocation_lists(
22302230
22312231
"""
22322232
# Create or coerce a protobuf request object.
2233-
# Sanity check: If we got a request object, we should *not* have
2233+
# Quick check: If we got a request object, we should *not* have
22342234
# gotten any keyword arguments that map to the request.
22352235
has_flattened_params = any([parent])
22362236
if request is not None and has_flattened_params:
@@ -2321,7 +2321,7 @@ async def update_certificate_revocation_list(
23212321
23222322
"""
23232323
# Create or coerce a protobuf request object.
2324-
# Sanity check: If we got a request object, we should *not* have
2324+
# Quick check: If we got a request object, we should *not* have
23252325
# gotten any keyword arguments that map to the request.
23262326
has_flattened_params = any([certificate_revocation_list, update_mask])
23272327
if request is not None and has_flattened_params:
@@ -2432,7 +2432,7 @@ async def create_certificate_template(
24322432
24332433
"""
24342434
# Create or coerce a protobuf request object.
2435-
# Sanity check: If we got a request object, we should *not* have
2435+
# Quick check: If we got a request object, we should *not* have
24362436
# gotten any keyword arguments that map to the request.
24372437
has_flattened_params = any(
24382438
[parent, certificate_template, certificate_template_id]
@@ -2533,7 +2533,7 @@ async def delete_certificate_template(
25332533
25342534
"""
25352535
# Create or coerce a protobuf request object.
2536-
# Sanity check: If we got a request object, we should *not* have
2536+
# Quick check: If we got a request object, we should *not* have
25372537
# gotten any keyword arguments that map to the request.
25382538
has_flattened_params = any([name])
25392539
if request is not None and has_flattened_params:
@@ -2616,7 +2616,7 @@ async def get_certificate_template(
26162616
26172617
"""
26182618
# Create or coerce a protobuf request object.
2619-
# Sanity check: If we got a request object, we should *not* have
2619+
# Quick check: If we got a request object, we should *not* have
26202620
# gotten any keyword arguments that map to the request.
26212621
has_flattened_params = any([name])
26222622
if request is not None and has_flattened_params:
@@ -2693,7 +2693,7 @@ async def list_certificate_templates(
26932693
26942694
"""
26952695
# Create or coerce a protobuf request object.
2696-
# Sanity check: If we got a request object, we should *not* have
2696+
# Quick check: If we got a request object, we should *not* have
26972697
# gotten any keyword arguments that map to the request.
26982698
has_flattened_params = any([parent])
26992699
if request is not None and has_flattened_params:
@@ -2782,7 +2782,7 @@ async def update_certificate_template(
27822782
27832783
"""
27842784
# Create or coerce a protobuf request object.
2785-
# Sanity check: If we got a request object, we should *not* have
2785+
# Quick check: If we got a request object, we should *not* have
27862786
# gotten any keyword arguments that map to the request.
27872787
has_flattened_params = any([certificate_template, update_mask])
27882788
if request is not None and has_flattened_params:

0 commit comments

Comments
 (0)