@@ -249,7 +249,7 @@ async def list_queues(
249
249
250
250
"""
251
251
# Create or coerce a protobuf request object.
252
- # Sanity check: If we got a request object, we should *not* have
252
+ # Quick check: If we got a request object, we should *not* have
253
253
# gotten any keyword arguments that map to the request.
254
254
has_flattened_params = any ([parent ])
255
255
if request is not None and has_flattened_params :
@@ -340,7 +340,7 @@ async def get_queue(
340
340
341
341
"""
342
342
# Create or coerce a protobuf request object.
343
- # Sanity check: If we got a request object, we should *not* have
343
+ # Quick check: If we got a request object, we should *not* have
344
344
# gotten any keyword arguments that map to the request.
345
345
has_flattened_params = any ([name ])
346
346
if request is not None and has_flattened_params :
@@ -450,7 +450,7 @@ async def create_queue(
450
450
451
451
"""
452
452
# Create or coerce a protobuf request object.
453
- # Sanity check: If we got a request object, we should *not* have
453
+ # Quick check: If we got a request object, we should *not* have
454
454
# gotten any keyword arguments that map to the request.
455
455
has_flattened_params = any ([parent , queue ])
456
456
if request is not None and has_flattened_params :
@@ -558,7 +558,7 @@ async def update_queue(
558
558
559
559
"""
560
560
# Create or coerce a protobuf request object.
561
- # Sanity check: If we got a request object, we should *not* have
561
+ # Quick check: If we got a request object, we should *not* have
562
562
# gotten any keyword arguments that map to the request.
563
563
has_flattened_params = any ([queue , update_mask ])
564
564
if request is not None and has_flattened_params :
@@ -638,7 +638,7 @@ async def delete_queue(
638
638
sent along with the request as metadata.
639
639
"""
640
640
# Create or coerce a protobuf request object.
641
- # Sanity check: If we got a request object, we should *not* have
641
+ # Quick check: If we got a request object, we should *not* have
642
642
# gotten any keyword arguments that map to the request.
643
643
has_flattened_params = any ([name ])
644
644
if request is not None and has_flattened_params :
@@ -727,7 +727,7 @@ async def purge_queue(
727
727
728
728
"""
729
729
# Create or coerce a protobuf request object.
730
- # Sanity check: If we got a request object, we should *not* have
730
+ # Quick check: If we got a request object, we should *not* have
731
731
# gotten any keyword arguments that map to the request.
732
732
has_flattened_params = any ([name ])
733
733
if request is not None and has_flattened_params :
@@ -809,7 +809,7 @@ async def pause_queue(
809
809
810
810
"""
811
811
# Create or coerce a protobuf request object.
812
- # Sanity check: If we got a request object, we should *not* have
812
+ # Quick check: If we got a request object, we should *not* have
813
813
# gotten any keyword arguments that map to the request.
814
814
has_flattened_params = any ([name ])
815
815
if request is not None and has_flattened_params :
@@ -898,7 +898,7 @@ async def resume_queue(
898
898
899
899
"""
900
900
# Create or coerce a protobuf request object.
901
- # Sanity check: If we got a request object, we should *not* have
901
+ # Quick check: If we got a request object, we should *not* have
902
902
# gotten any keyword arguments that map to the request.
903
903
has_flattened_params = any ([name ])
904
904
if request is not None and has_flattened_params :
@@ -1032,7 +1032,7 @@ async def get_iam_policy(
1032
1032
1033
1033
"""
1034
1034
# Create or coerce a protobuf request object.
1035
- # Sanity check: If we got a request object, we should *not* have
1035
+ # Quick check: If we got a request object, we should *not* have
1036
1036
# gotten any keyword arguments that map to the request.
1037
1037
has_flattened_params = any ([resource ])
1038
1038
if request is not None and has_flattened_params :
@@ -1180,7 +1180,7 @@ async def set_iam_policy(
1180
1180
1181
1181
"""
1182
1182
# Create or coerce a protobuf request object.
1183
- # Sanity check: If we got a request object, we should *not* have
1183
+ # Quick check: If we got a request object, we should *not* have
1184
1184
# gotten any keyword arguments that map to the request.
1185
1185
has_flattened_params = any ([resource ])
1186
1186
if request is not None and has_flattened_params :
@@ -1269,7 +1269,7 @@ async def test_iam_permissions(
1269
1269
Response message for TestIamPermissions method.
1270
1270
"""
1271
1271
# Create or coerce a protobuf request object.
1272
- # Sanity check: If we got a request object, we should *not* have
1272
+ # Quick check: If we got a request object, we should *not* have
1273
1273
# gotten any keyword arguments that map to the request.
1274
1274
has_flattened_params = any ([resource , permissions ])
1275
1275
if request is not None and has_flattened_params :
@@ -1365,7 +1365,7 @@ async def list_tasks(
1365
1365
1366
1366
"""
1367
1367
# Create or coerce a protobuf request object.
1368
- # Sanity check: If we got a request object, we should *not* have
1368
+ # Quick check: If we got a request object, we should *not* have
1369
1369
# gotten any keyword arguments that map to the request.
1370
1370
has_flattened_params = any ([parent ])
1371
1371
if request is not None and has_flattened_params :
@@ -1451,7 +1451,7 @@ async def get_task(
1451
1451
A unit of scheduled work.
1452
1452
"""
1453
1453
# Create or coerce a protobuf request object.
1454
- # Sanity check: If we got a request object, we should *not* have
1454
+ # Quick check: If we got a request object, we should *not* have
1455
1455
# gotten any keyword arguments that map to the request.
1456
1456
has_flattened_params = any ([name ])
1457
1457
if request is not None and has_flattened_params :
@@ -1584,7 +1584,7 @@ async def create_task(
1584
1584
A unit of scheduled work.
1585
1585
"""
1586
1586
# Create or coerce a protobuf request object.
1587
- # Sanity check: If we got a request object, we should *not* have
1587
+ # Quick check: If we got a request object, we should *not* have
1588
1588
# gotten any keyword arguments that map to the request.
1589
1589
has_flattened_params = any ([parent , task ])
1590
1590
if request is not None and has_flattened_params :
@@ -1655,7 +1655,7 @@ async def delete_task(
1655
1655
sent along with the request as metadata.
1656
1656
"""
1657
1657
# Create or coerce a protobuf request object.
1658
- # Sanity check: If we got a request object, we should *not* have
1658
+ # Quick check: If we got a request object, we should *not* have
1659
1659
# gotten any keyword arguments that map to the request.
1660
1660
has_flattened_params = any ([name ])
1661
1661
if request is not None and has_flattened_params :
@@ -1760,7 +1760,7 @@ async def run_task(
1760
1760
A unit of scheduled work.
1761
1761
"""
1762
1762
# Create or coerce a protobuf request object.
1763
- # Sanity check: If we got a request object, we should *not* have
1763
+ # Quick check: If we got a request object, we should *not* have
1764
1764
# gotten any keyword arguments that map to the request.
1765
1765
has_flattened_params = any ([name ])
1766
1766
if request is not None and has_flattened_params :
0 commit comments