@@ -284,7 +284,7 @@ async def list_key_rings(
284
284
285
285
"""
286
286
# Create or coerce a protobuf request object.
287
- # Sanity check: If we got a request object, we should *not* have
287
+ # Quick check: If we got a request object, we should *not* have
288
288
# gotten any keyword arguments that map to the request.
289
289
has_flattened_params = any ([parent ])
290
290
if request is not None and has_flattened_params :
@@ -376,7 +376,7 @@ async def list_crypto_keys(
376
376
377
377
"""
378
378
# Create or coerce a protobuf request object.
379
- # Sanity check: If we got a request object, we should *not* have
379
+ # Quick check: If we got a request object, we should *not* have
380
380
# gotten any keyword arguments that map to the request.
381
381
has_flattened_params = any ([parent ])
382
382
if request is not None and has_flattened_params :
@@ -469,7 +469,7 @@ async def list_crypto_key_versions(
469
469
470
470
"""
471
471
# Create or coerce a protobuf request object.
472
- # Sanity check: If we got a request object, we should *not* have
472
+ # Quick check: If we got a request object, we should *not* have
473
473
# gotten any keyword arguments that map to the request.
474
474
has_flattened_params = any ([parent ])
475
475
if request is not None and has_flattened_params :
@@ -561,7 +561,7 @@ async def list_import_jobs(
561
561
562
562
"""
563
563
# Create or coerce a protobuf request object.
564
- # Sanity check: If we got a request object, we should *not* have
564
+ # Quick check: If we got a request object, we should *not* have
565
565
# gotten any keyword arguments that map to the request.
566
566
has_flattened_params = any ([parent ])
567
567
if request is not None and has_flattened_params :
@@ -651,7 +651,7 @@ async def get_key_ring(
651
651
652
652
"""
653
653
# Create or coerce a protobuf request object.
654
- # Sanity check: If we got a request object, we should *not* have
654
+ # Quick check: If we got a request object, we should *not* have
655
655
# gotten any keyword arguments that map to the request.
656
656
has_flattened_params = any ([name ])
657
657
if request is not None and has_flattened_params :
@@ -743,7 +743,7 @@ async def get_crypto_key(
743
743
744
744
"""
745
745
# Create or coerce a protobuf request object.
746
- # Sanity check: If we got a request object, we should *not* have
746
+ # Quick check: If we got a request object, we should *not* have
747
747
# gotten any keyword arguments that map to the request.
748
748
has_flattened_params = any ([name ])
749
749
if request is not None and has_flattened_params :
@@ -839,7 +839,7 @@ async def get_crypto_key_version(
839
839
840
840
"""
841
841
# Create or coerce a protobuf request object.
842
- # Sanity check: If we got a request object, we should *not* have
842
+ # Quick check: If we got a request object, we should *not* have
843
843
# gotten any keyword arguments that map to the request.
844
844
has_flattened_params = any ([name ])
845
845
if request is not None and has_flattened_params :
@@ -929,7 +929,7 @@ async def get_public_key(
929
929
930
930
"""
931
931
# Create or coerce a protobuf request object.
932
- # Sanity check: If we got a request object, we should *not* have
932
+ # Quick check: If we got a request object, we should *not* have
933
933
# gotten any keyword arguments that map to the request.
934
934
has_flattened_params = any ([name ])
935
935
if request is not None and has_flattened_params :
@@ -1056,7 +1056,7 @@ async def get_import_job(
1056
1056
1057
1057
"""
1058
1058
# Create or coerce a protobuf request object.
1059
- # Sanity check: If we got a request object, we should *not* have
1059
+ # Quick check: If we got a request object, we should *not* have
1060
1060
# gotten any keyword arguments that map to the request.
1061
1061
has_flattened_params = any ([name ])
1062
1062
if request is not None and has_flattened_params :
@@ -1157,7 +1157,7 @@ async def create_key_ring(
1157
1157
1158
1158
"""
1159
1159
# Create or coerce a protobuf request object.
1160
- # Sanity check: If we got a request object, we should *not* have
1160
+ # Quick check: If we got a request object, we should *not* have
1161
1161
# gotten any keyword arguments that map to the request.
1162
1162
has_flattened_params = any ([parent , key_ring_id , key_ring ])
1163
1163
if request is not None and has_flattened_params :
@@ -1271,7 +1271,7 @@ async def create_crypto_key(
1271
1271
1272
1272
"""
1273
1273
# Create or coerce a protobuf request object.
1274
- # Sanity check: If we got a request object, we should *not* have
1274
+ # Quick check: If we got a request object, we should *not* have
1275
1275
# gotten any keyword arguments that map to the request.
1276
1276
has_flattened_params = any ([parent , crypto_key_id , crypto_key ])
1277
1277
if request is not None and has_flattened_params :
@@ -1386,7 +1386,7 @@ async def create_crypto_key_version(
1386
1386
1387
1387
"""
1388
1388
# Create or coerce a protobuf request object.
1389
- # Sanity check: If we got a request object, we should *not* have
1389
+ # Quick check: If we got a request object, we should *not* have
1390
1390
# gotten any keyword arguments that map to the request.
1391
1391
has_flattened_params = any ([parent , crypto_key_version ])
1392
1392
if request is not None and has_flattened_params :
@@ -1594,7 +1594,7 @@ async def create_import_job(
1594
1594
1595
1595
"""
1596
1596
# Create or coerce a protobuf request object.
1597
- # Sanity check: If we got a request object, we should *not* have
1597
+ # Quick check: If we got a request object, we should *not* have
1598
1598
# gotten any keyword arguments that map to the request.
1599
1599
has_flattened_params = any ([parent , import_job_id , import_job ])
1600
1600
if request is not None and has_flattened_params :
@@ -1694,7 +1694,7 @@ async def update_crypto_key(
1694
1694
1695
1695
"""
1696
1696
# Create or coerce a protobuf request object.
1697
- # Sanity check: If we got a request object, we should *not* have
1697
+ # Quick check: If we got a request object, we should *not* have
1698
1698
# gotten any keyword arguments that map to the request.
1699
1699
has_flattened_params = any ([crypto_key , update_mask ])
1700
1700
if request is not None and has_flattened_params :
@@ -1813,7 +1813,7 @@ async def update_crypto_key_version(
1813
1813
1814
1814
"""
1815
1815
# Create or coerce a protobuf request object.
1816
- # Sanity check: If we got a request object, we should *not* have
1816
+ # Quick check: If we got a request object, we should *not* have
1817
1817
# gotten any keyword arguments that map to the request.
1818
1818
has_flattened_params = any ([crypto_key_version , update_mask ])
1819
1819
if request is not None and has_flattened_params :
@@ -1919,7 +1919,7 @@ async def update_crypto_key_primary_version(
1919
1919
1920
1920
"""
1921
1921
# Create or coerce a protobuf request object.
1922
- # Sanity check: If we got a request object, we should *not* have
1922
+ # Quick check: If we got a request object, we should *not* have
1923
1923
# gotten any keyword arguments that map to the request.
1924
1924
has_flattened_params = any ([name , crypto_key_version_id ])
1925
1925
if request is not None and has_flattened_params :
@@ -2037,7 +2037,7 @@ async def destroy_crypto_key_version(
2037
2037
2038
2038
"""
2039
2039
# Create or coerce a protobuf request object.
2040
- # Sanity check: If we got a request object, we should *not* have
2040
+ # Quick check: If we got a request object, we should *not* have
2041
2041
# gotten any keyword arguments that map to the request.
2042
2042
has_flattened_params = any ([name ])
2043
2043
if request is not None and has_flattened_params :
@@ -2142,7 +2142,7 @@ async def restore_crypto_key_version(
2142
2142
2143
2143
"""
2144
2144
# Create or coerce a protobuf request object.
2145
- # Sanity check: If we got a request object, we should *not* have
2145
+ # Quick check: If we got a request object, we should *not* have
2146
2146
# gotten any keyword arguments that map to the request.
2147
2147
has_flattened_params = any ([name ])
2148
2148
if request is not None and has_flattened_params :
@@ -2252,7 +2252,7 @@ async def encrypt(
2252
2252
2253
2253
"""
2254
2254
# Create or coerce a protobuf request object.
2255
- # Sanity check: If we got a request object, we should *not* have
2255
+ # Quick check: If we got a request object, we should *not* have
2256
2256
# gotten any keyword arguments that map to the request.
2257
2257
has_flattened_params = any ([name , plaintext ])
2258
2258
if request is not None and has_flattened_params :
@@ -2350,7 +2350,7 @@ async def decrypt(
2350
2350
2351
2351
"""
2352
2352
# Create or coerce a protobuf request object.
2353
- # Sanity check: If we got a request object, we should *not* have
2353
+ # Quick check: If we got a request object, we should *not* have
2354
2354
# gotten any keyword arguments that map to the request.
2355
2355
has_flattened_params = any ([name , ciphertext ])
2356
2356
if request is not None and has_flattened_params :
@@ -2450,7 +2450,7 @@ async def asymmetric_sign(
2450
2450
2451
2451
"""
2452
2452
# Create or coerce a protobuf request object.
2453
- # Sanity check: If we got a request object, we should *not* have
2453
+ # Quick check: If we got a request object, we should *not* have
2454
2454
# gotten any keyword arguments that map to the request.
2455
2455
has_flattened_params = any ([name , digest ])
2456
2456
if request is not None and has_flattened_params :
@@ -2550,7 +2550,7 @@ async def asymmetric_decrypt(
2550
2550
2551
2551
"""
2552
2552
# Create or coerce a protobuf request object.
2553
- # Sanity check: If we got a request object, we should *not* have
2553
+ # Quick check: If we got a request object, we should *not* have
2554
2554
# gotten any keyword arguments that map to the request.
2555
2555
has_flattened_params = any ([name , ciphertext ])
2556
2556
if request is not None and has_flattened_params :
@@ -2648,7 +2648,7 @@ async def mac_sign(
2648
2648
2649
2649
"""
2650
2650
# Create or coerce a protobuf request object.
2651
- # Sanity check: If we got a request object, we should *not* have
2651
+ # Quick check: If we got a request object, we should *not* have
2652
2652
# gotten any keyword arguments that map to the request.
2653
2653
has_flattened_params = any ([name , data ])
2654
2654
if request is not None and has_flattened_params :
@@ -2752,7 +2752,7 @@ async def mac_verify(
2752
2752
2753
2753
"""
2754
2754
# Create or coerce a protobuf request object.
2755
- # Sanity check: If we got a request object, we should *not* have
2755
+ # Quick check: If we got a request object, we should *not* have
2756
2756
# gotten any keyword arguments that map to the request.
2757
2757
has_flattened_params = any ([name , data , mac ])
2758
2758
if request is not None and has_flattened_params :
@@ -2824,8 +2824,8 @@ async def generate_random_bytes(
2824
2824
location (:class:`str`):
2825
2825
The project-specific location in
2826
2826
which to generate random bytes. For
2827
- example, "projects/my-
2828
- project/locations/us-central1".
2827
+ example,
2828
+ "projects/my- project/locations/us-central1".
2829
2829
2830
2830
This corresponds to the ``location`` field
2831
2831
on the ``request`` instance; if ``request`` is provided, this
@@ -2860,7 +2860,7 @@ async def generate_random_bytes(
2860
2860
2861
2861
"""
2862
2862
# Create or coerce a protobuf request object.
2863
- # Sanity check: If we got a request object, we should *not* have
2863
+ # Quick check: If we got a request object, we should *not* have
2864
2864
# gotten any keyword arguments that map to the request.
2865
2865
has_flattened_params = any ([location , length_bytes , protection_level ])
2866
2866
if request is not None and has_flattened_params :
0 commit comments