@@ -264,7 +264,7 @@ async def list_sources(
264
264
265
265
"""
266
266
# Create or coerce a protobuf request object.
267
- # Sanity check: If we got a request object, we should *not* have
267
+ # Quick check: If we got a request object, we should *not* have
268
268
# gotten any keyword arguments that map to the request.
269
269
has_flattened_params = any ([parent ])
270
270
if request is not None and has_flattened_params :
@@ -341,7 +341,7 @@ async def get_source(
341
341
342
342
"""
343
343
# Create or coerce a protobuf request object.
344
- # Sanity check: If we got a request object, we should *not* have
344
+ # Quick check: If we got a request object, we should *not* have
345
345
# gotten any keyword arguments that map to the request.
346
346
has_flattened_params = any ([name ])
347
347
if request is not None and has_flattened_params :
@@ -424,7 +424,7 @@ async def create_source(
424
424
425
425
"""
426
426
# Create or coerce a protobuf request object.
427
- # Sanity check: If we got a request object, we should *not* have
427
+ # Quick check: If we got a request object, we should *not* have
428
428
# gotten any keyword arguments that map to the request.
429
429
has_flattened_params = any ([parent , source , source_id ])
430
430
if request is not None and has_flattened_params :
@@ -519,7 +519,7 @@ async def update_source(
519
519
520
520
"""
521
521
# Create or coerce a protobuf request object.
522
- # Sanity check: If we got a request object, we should *not* have
522
+ # Quick check: If we got a request object, we should *not* have
523
523
# gotten any keyword arguments that map to the request.
524
524
has_flattened_params = any ([source , update_mask ])
525
525
if request is not None and has_flattened_params :
@@ -613,7 +613,7 @@ async def delete_source(
613
613
614
614
"""
615
615
# Create or coerce a protobuf request object.
616
- # Sanity check: If we got a request object, we should *not* have
616
+ # Quick check: If we got a request object, we should *not* have
617
617
# gotten any keyword arguments that map to the request.
618
618
has_flattened_params = any ([name ])
619
619
if request is not None and has_flattened_params :
@@ -696,7 +696,7 @@ async def fetch_inventory(
696
696
697
697
"""
698
698
# Create or coerce a protobuf request object.
699
- # Sanity check: If we got a request object, we should *not* have
699
+ # Quick check: If we got a request object, we should *not* have
700
700
# gotten any keyword arguments that map to the request.
701
701
has_flattened_params = any ([source ])
702
702
if request is not None and has_flattened_params :
@@ -770,7 +770,7 @@ async def list_utilization_reports(
770
770
771
771
"""
772
772
# Create or coerce a protobuf request object.
773
- # Sanity check: If we got a request object, we should *not* have
773
+ # Quick check: If we got a request object, we should *not* have
774
774
# gotten any keyword arguments that map to the request.
775
775
has_flattened_params = any ([parent ])
776
776
if request is not None and has_flattened_params :
@@ -848,7 +848,7 @@ async def get_utilization_report(
848
848
849
849
"""
850
850
# Create or coerce a protobuf request object.
851
- # Sanity check: If we got a request object, we should *not* have
851
+ # Quick check: If we got a request object, we should *not* have
852
852
# gotten any keyword arguments that map to the request.
853
853
has_flattened_params = any ([name ])
854
854
if request is not None and has_flattened_params :
@@ -940,7 +940,7 @@ async def create_utilization_report(
940
940
941
941
"""
942
942
# Create or coerce a protobuf request object.
943
- # Sanity check: If we got a request object, we should *not* have
943
+ # Quick check: If we got a request object, we should *not* have
944
944
# gotten any keyword arguments that map to the request.
945
945
has_flattened_params = any ([parent , utilization_report , utilization_report_id ])
946
946
if request is not None and has_flattened_params :
@@ -1036,7 +1036,7 @@ async def delete_utilization_report(
1036
1036
1037
1037
"""
1038
1038
# Create or coerce a protobuf request object.
1039
- # Sanity check: If we got a request object, we should *not* have
1039
+ # Quick check: If we got a request object, we should *not* have
1040
1040
# gotten any keyword arguments that map to the request.
1041
1041
has_flattened_params = any ([name ])
1042
1042
if request is not None and has_flattened_params :
@@ -1118,7 +1118,7 @@ async def list_datacenter_connectors(
1118
1118
1119
1119
"""
1120
1120
# Create or coerce a protobuf request object.
1121
- # Sanity check: If we got a request object, we should *not* have
1121
+ # Quick check: If we got a request object, we should *not* have
1122
1122
# gotten any keyword arguments that map to the request.
1123
1123
has_flattened_params = any ([parent ])
1124
1124
if request is not None and has_flattened_params :
@@ -1199,7 +1199,7 @@ async def get_datacenter_connector(
1199
1199
1200
1200
"""
1201
1201
# Create or coerce a protobuf request object.
1202
- # Sanity check: If we got a request object, we should *not* have
1202
+ # Quick check: If we got a request object, we should *not* have
1203
1203
# gotten any keyword arguments that map to the request.
1204
1204
has_flattened_params = any ([name ])
1205
1205
if request is not None and has_flattened_params :
@@ -1290,7 +1290,7 @@ async def create_datacenter_connector(
1290
1290
1291
1291
"""
1292
1292
# Create or coerce a protobuf request object.
1293
- # Sanity check: If we got a request object, we should *not* have
1293
+ # Quick check: If we got a request object, we should *not* have
1294
1294
# gotten any keyword arguments that map to the request.
1295
1295
has_flattened_params = any (
1296
1296
[parent , datacenter_connector , datacenter_connector_id ]
@@ -1388,7 +1388,7 @@ async def delete_datacenter_connector(
1388
1388
1389
1389
"""
1390
1390
# Create or coerce a protobuf request object.
1391
- # Sanity check: If we got a request object, we should *not* have
1391
+ # Quick check: If we got a request object, we should *not* have
1392
1392
# gotten any keyword arguments that map to the request.
1393
1393
has_flattened_params = any ([name ])
1394
1394
if request is not None and has_flattened_params :
@@ -1479,7 +1479,7 @@ async def create_migrating_vm(
1479
1479
1480
1480
"""
1481
1481
# Create or coerce a protobuf request object.
1482
- # Sanity check: If we got a request object, we should *not* have
1482
+ # Quick check: If we got a request object, we should *not* have
1483
1483
# gotten any keyword arguments that map to the request.
1484
1484
has_flattened_params = any ([parent , migrating_vm , migrating_vm_id ])
1485
1485
if request is not None and has_flattened_params :
@@ -1565,7 +1565,7 @@ async def list_migrating_vms(
1565
1565
1566
1566
"""
1567
1567
# Create or coerce a protobuf request object.
1568
- # Sanity check: If we got a request object, we should *not* have
1568
+ # Quick check: If we got a request object, we should *not* have
1569
1569
# gotten any keyword arguments that map to the request.
1570
1570
has_flattened_params = any ([parent ])
1571
1571
if request is not None and has_flattened_params :
@@ -1643,7 +1643,7 @@ async def get_migrating_vm(
1643
1643
1644
1644
"""
1645
1645
# Create or coerce a protobuf request object.
1646
- # Sanity check: If we got a request object, we should *not* have
1646
+ # Quick check: If we got a request object, we should *not* have
1647
1647
# gotten any keyword arguments that map to the request.
1648
1648
has_flattened_params = any ([name ])
1649
1649
if request is not None and has_flattened_params :
@@ -1726,7 +1726,7 @@ async def update_migrating_vm(
1726
1726
1727
1727
"""
1728
1728
# Create or coerce a protobuf request object.
1729
- # Sanity check: If we got a request object, we should *not* have
1729
+ # Quick check: If we got a request object, we should *not* have
1730
1730
# gotten any keyword arguments that map to the request.
1731
1731
has_flattened_params = any ([migrating_vm , update_mask ])
1732
1732
if request is not None and has_flattened_params :
@@ -1822,7 +1822,7 @@ async def delete_migrating_vm(
1822
1822
1823
1823
"""
1824
1824
# Create or coerce a protobuf request object.
1825
- # Sanity check: If we got a request object, we should *not* have
1825
+ # Quick check: If we got a request object, we should *not* have
1826
1826
# gotten any keyword arguments that map to the request.
1827
1827
has_flattened_params = any ([name ])
1828
1828
if request is not None and has_flattened_params :
@@ -1906,7 +1906,7 @@ async def start_migration(
1906
1906
1907
1907
"""
1908
1908
# Create or coerce a protobuf request object.
1909
- # Sanity check: If we got a request object, we should *not* have
1909
+ # Quick check: If we got a request object, we should *not* have
1910
1910
# gotten any keyword arguments that map to the request.
1911
1911
has_flattened_params = any ([migrating_vm ])
1912
1912
if request is not None and has_flattened_params :
@@ -2124,7 +2124,7 @@ async def finalize_migration(
2124
2124
2125
2125
"""
2126
2126
# Create or coerce a protobuf request object.
2127
- # Sanity check: If we got a request object, we should *not* have
2127
+ # Quick check: If we got a request object, we should *not* have
2128
2128
# gotten any keyword arguments that map to the request.
2129
2129
has_flattened_params = any ([migrating_vm ])
2130
2130
if request is not None and has_flattened_params :
@@ -2229,7 +2229,7 @@ async def create_clone_job(
2229
2229
2230
2230
"""
2231
2231
# Create or coerce a protobuf request object.
2232
- # Sanity check: If we got a request object, we should *not* have
2232
+ # Quick check: If we got a request object, we should *not* have
2233
2233
# gotten any keyword arguments that map to the request.
2234
2234
has_flattened_params = any ([parent , clone_job , clone_job_id ])
2235
2235
if request is not None and has_flattened_params :
@@ -2313,7 +2313,7 @@ async def cancel_clone_job(
2313
2313
2314
2314
"""
2315
2315
# Create or coerce a protobuf request object.
2316
- # Sanity check: If we got a request object, we should *not* have
2316
+ # Quick check: If we got a request object, we should *not* have
2317
2317
# gotten any keyword arguments that map to the request.
2318
2318
has_flattened_params = any ([name ])
2319
2319
if request is not None and has_flattened_params :
@@ -2395,7 +2395,7 @@ async def list_clone_jobs(
2395
2395
2396
2396
"""
2397
2397
# Create or coerce a protobuf request object.
2398
- # Sanity check: If we got a request object, we should *not* have
2398
+ # Quick check: If we got a request object, we should *not* have
2399
2399
# gotten any keyword arguments that map to the request.
2400
2400
has_flattened_params = any ([parent ])
2401
2401
if request is not None and has_flattened_params :
@@ -2482,7 +2482,7 @@ async def get_clone_job(
2482
2482
2483
2483
"""
2484
2484
# Create or coerce a protobuf request object.
2485
- # Sanity check: If we got a request object, we should *not* have
2485
+ # Quick check: If we got a request object, we should *not* have
2486
2486
# gotten any keyword arguments that map to the request.
2487
2487
has_flattened_params = any ([name ])
2488
2488
if request is not None and has_flattened_params :
@@ -2569,7 +2569,7 @@ async def create_cutover_job(
2569
2569
2570
2570
"""
2571
2571
# Create or coerce a protobuf request object.
2572
- # Sanity check: If we got a request object, we should *not* have
2572
+ # Quick check: If we got a request object, we should *not* have
2573
2573
# gotten any keyword arguments that map to the request.
2574
2574
has_flattened_params = any ([parent , cutover_job , cutover_job_id ])
2575
2575
if request is not None and has_flattened_params :
@@ -2653,7 +2653,7 @@ async def cancel_cutover_job(
2653
2653
2654
2654
"""
2655
2655
# Create or coerce a protobuf request object.
2656
- # Sanity check: If we got a request object, we should *not* have
2656
+ # Quick check: If we got a request object, we should *not* have
2657
2657
# gotten any keyword arguments that map to the request.
2658
2658
has_flattened_params = any ([name ])
2659
2659
if request is not None and has_flattened_params :
@@ -2735,7 +2735,7 @@ async def list_cutover_jobs(
2735
2735
2736
2736
"""
2737
2737
# Create or coerce a protobuf request object.
2738
- # Sanity check: If we got a request object, we should *not* have
2738
+ # Quick check: If we got a request object, we should *not* have
2739
2739
# gotten any keyword arguments that map to the request.
2740
2740
has_flattened_params = any ([parent ])
2741
2741
if request is not None and has_flattened_params :
@@ -2814,7 +2814,7 @@ async def get_cutover_job(
2814
2814
2815
2815
"""
2816
2816
# Create or coerce a protobuf request object.
2817
- # Sanity check: If we got a request object, we should *not* have
2817
+ # Quick check: If we got a request object, we should *not* have
2818
2818
# gotten any keyword arguments that map to the request.
2819
2819
has_flattened_params = any ([name ])
2820
2820
if request is not None and has_flattened_params :
@@ -2888,7 +2888,7 @@ async def list_groups(
2888
2888
2889
2889
"""
2890
2890
# Create or coerce a protobuf request object.
2891
- # Sanity check: If we got a request object, we should *not* have
2891
+ # Quick check: If we got a request object, we should *not* have
2892
2892
# gotten any keyword arguments that map to the request.
2893
2893
has_flattened_params = any ([parent ])
2894
2894
if request is not None and has_flattened_params :
@@ -2964,7 +2964,7 @@ async def get_group(
2964
2964
2965
2965
"""
2966
2966
# Create or coerce a protobuf request object.
2967
- # Sanity check: If we got a request object, we should *not* have
2967
+ # Quick check: If we got a request object, we should *not* have
2968
2968
# gotten any keyword arguments that map to the request.
2969
2969
has_flattened_params = any ([name ])
2970
2970
if request is not None and has_flattened_params :
@@ -3047,7 +3047,7 @@ async def create_group(
3047
3047
3048
3048
"""
3049
3049
# Create or coerce a protobuf request object.
3050
- # Sanity check: If we got a request object, we should *not* have
3050
+ # Quick check: If we got a request object, we should *not* have
3051
3051
# gotten any keyword arguments that map to the request.
3052
3052
has_flattened_params = any ([parent , group , group_id ])
3053
3053
if request is not None and has_flattened_params :
@@ -3142,7 +3142,7 @@ async def update_group(
3142
3142
3143
3143
"""
3144
3144
# Create or coerce a protobuf request object.
3145
- # Sanity check: If we got a request object, we should *not* have
3145
+ # Quick check: If we got a request object, we should *not* have
3146
3146
# gotten any keyword arguments that map to the request.
3147
3147
has_flattened_params = any ([group , update_mask ])
3148
3148
if request is not None and has_flattened_params :
@@ -3236,7 +3236,7 @@ async def delete_group(
3236
3236
3237
3237
"""
3238
3238
# Create or coerce a protobuf request object.
3239
- # Sanity check: If we got a request object, we should *not* have
3239
+ # Quick check: If we got a request object, we should *not* have
3240
3240
# gotten any keyword arguments that map to the request.
3241
3241
has_flattened_params = any ([name ])
3242
3242
if request is not None and has_flattened_params :
@@ -3318,7 +3318,7 @@ async def add_group_migration(
3318
3318
3319
3319
"""
3320
3320
# Create or coerce a protobuf request object.
3321
- # Sanity check: If we got a request object, we should *not* have
3321
+ # Quick check: If we got a request object, we should *not* have
3322
3322
# gotten any keyword arguments that map to the request.
3323
3323
has_flattened_params = any ([group ])
3324
3324
if request is not None and has_flattened_params :
@@ -3398,7 +3398,7 @@ async def remove_group_migration(
3398
3398
3399
3399
"""
3400
3400
# Create or coerce a protobuf request object.
3401
- # Sanity check: If we got a request object, we should *not* have
3401
+ # Quick check: If we got a request object, we should *not* have
3402
3402
# gotten any keyword arguments that map to the request.
3403
3403
has_flattened_params = any ([group ])
3404
3404
if request is not None and has_flattened_params :
@@ -3483,7 +3483,7 @@ async def list_target_projects(
3483
3483
3484
3484
"""
3485
3485
# Create or coerce a protobuf request object.
3486
- # Sanity check: If we got a request object, we should *not* have
3486
+ # Quick check: If we got a request object, we should *not* have
3487
3487
# gotten any keyword arguments that map to the request.
3488
3488
has_flattened_params = any ([parent ])
3489
3489
if request is not None and has_flattened_params :
@@ -3562,7 +3562,7 @@ async def get_target_project(
3562
3562
3563
3563
"""
3564
3564
# Create or coerce a protobuf request object.
3565
- # Sanity check: If we got a request object, we should *not* have
3565
+ # Quick check: If we got a request object, we should *not* have
3566
3566
# gotten any keyword arguments that map to the request.
3567
3567
has_flattened_params = any ([name ])
3568
3568
if request is not None and has_flattened_params :
@@ -3648,7 +3648,7 @@ async def create_target_project(
3648
3648
3649
3649
"""
3650
3650
# Create or coerce a protobuf request object.
3651
- # Sanity check: If we got a request object, we should *not* have
3651
+ # Quick check: If we got a request object, we should *not* have
3652
3652
# gotten any keyword arguments that map to the request.
3653
3653
has_flattened_params = any ([parent , target_project , target_project_id ])
3654
3654
if request is not None and has_flattened_params :
@@ -3746,7 +3746,7 @@ async def update_target_project(
3746
3746
3747
3747
"""
3748
3748
# Create or coerce a protobuf request object.
3749
- # Sanity check: If we got a request object, we should *not* have
3749
+ # Quick check: If we got a request object, we should *not* have
3750
3750
# gotten any keyword arguments that map to the request.
3751
3751
has_flattened_params = any ([target_project , update_mask ])
3752
3752
if request is not None and has_flattened_params :
@@ -3843,7 +3843,7 @@ async def delete_target_project(
3843
3843
3844
3844
"""
3845
3845
# Create or coerce a protobuf request object.
3846
- # Sanity check: If we got a request object, we should *not* have
3846
+ # Quick check: If we got a request object, we should *not* have
3847
3847
# gotten any keyword arguments that map to the request.
3848
3848
has_flattened_params = any ([name ])
3849
3849
if request is not None and has_flattened_params :
0 commit comments