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

Commit c53543e

Browse files
chore: use gapic-generator-python 0.62.1 (#17)
- [ ] 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 bf6760c commit c53543e

File tree

6 files changed

+163
-94
lines changed

6 files changed

+163
-94
lines changed

google/cloud/vmmigration_v1/services/vm_migration/async_client.py

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async def list_sources(
264264
265265
"""
266266
# 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
268268
# gotten any keyword arguments that map to the request.
269269
has_flattened_params = any([parent])
270270
if request is not None and has_flattened_params:
@@ -341,7 +341,7 @@ async def get_source(
341341
342342
"""
343343
# 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
345345
# gotten any keyword arguments that map to the request.
346346
has_flattened_params = any([name])
347347
if request is not None and has_flattened_params:
@@ -424,7 +424,7 @@ async def create_source(
424424
425425
"""
426426
# 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
428428
# gotten any keyword arguments that map to the request.
429429
has_flattened_params = any([parent, source, source_id])
430430
if request is not None and has_flattened_params:
@@ -519,7 +519,7 @@ async def update_source(
519519
520520
"""
521521
# 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
523523
# gotten any keyword arguments that map to the request.
524524
has_flattened_params = any([source, update_mask])
525525
if request is not None and has_flattened_params:
@@ -613,7 +613,7 @@ async def delete_source(
613613
614614
"""
615615
# 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
617617
# gotten any keyword arguments that map to the request.
618618
has_flattened_params = any([name])
619619
if request is not None and has_flattened_params:
@@ -696,7 +696,7 @@ async def fetch_inventory(
696696
697697
"""
698698
# 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
700700
# gotten any keyword arguments that map to the request.
701701
has_flattened_params = any([source])
702702
if request is not None and has_flattened_params:
@@ -770,7 +770,7 @@ async def list_utilization_reports(
770770
771771
"""
772772
# 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
774774
# gotten any keyword arguments that map to the request.
775775
has_flattened_params = any([parent])
776776
if request is not None and has_flattened_params:
@@ -848,7 +848,7 @@ async def get_utilization_report(
848848
849849
"""
850850
# 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
852852
# gotten any keyword arguments that map to the request.
853853
has_flattened_params = any([name])
854854
if request is not None and has_flattened_params:
@@ -940,7 +940,7 @@ async def create_utilization_report(
940940
941941
"""
942942
# 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
944944
# gotten any keyword arguments that map to the request.
945945
has_flattened_params = any([parent, utilization_report, utilization_report_id])
946946
if request is not None and has_flattened_params:
@@ -1036,7 +1036,7 @@ async def delete_utilization_report(
10361036
10371037
"""
10381038
# 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
10401040
# gotten any keyword arguments that map to the request.
10411041
has_flattened_params = any([name])
10421042
if request is not None and has_flattened_params:
@@ -1118,7 +1118,7 @@ async def list_datacenter_connectors(
11181118
11191119
"""
11201120
# 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
11221122
# gotten any keyword arguments that map to the request.
11231123
has_flattened_params = any([parent])
11241124
if request is not None and has_flattened_params:
@@ -1199,7 +1199,7 @@ async def get_datacenter_connector(
11991199
12001200
"""
12011201
# 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
12031203
# gotten any keyword arguments that map to the request.
12041204
has_flattened_params = any([name])
12051205
if request is not None and has_flattened_params:
@@ -1290,7 +1290,7 @@ async def create_datacenter_connector(
12901290
12911291
"""
12921292
# 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
12941294
# gotten any keyword arguments that map to the request.
12951295
has_flattened_params = any(
12961296
[parent, datacenter_connector, datacenter_connector_id]
@@ -1388,7 +1388,7 @@ async def delete_datacenter_connector(
13881388
13891389
"""
13901390
# 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
13921392
# gotten any keyword arguments that map to the request.
13931393
has_flattened_params = any([name])
13941394
if request is not None and has_flattened_params:
@@ -1479,7 +1479,7 @@ async def create_migrating_vm(
14791479
14801480
"""
14811481
# 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
14831483
# gotten any keyword arguments that map to the request.
14841484
has_flattened_params = any([parent, migrating_vm, migrating_vm_id])
14851485
if request is not None and has_flattened_params:
@@ -1565,7 +1565,7 @@ async def list_migrating_vms(
15651565
15661566
"""
15671567
# 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
15691569
# gotten any keyword arguments that map to the request.
15701570
has_flattened_params = any([parent])
15711571
if request is not None and has_flattened_params:
@@ -1643,7 +1643,7 @@ async def get_migrating_vm(
16431643
16441644
"""
16451645
# 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
16471647
# gotten any keyword arguments that map to the request.
16481648
has_flattened_params = any([name])
16491649
if request is not None and has_flattened_params:
@@ -1726,7 +1726,7 @@ async def update_migrating_vm(
17261726
17271727
"""
17281728
# 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
17301730
# gotten any keyword arguments that map to the request.
17311731
has_flattened_params = any([migrating_vm, update_mask])
17321732
if request is not None and has_flattened_params:
@@ -1822,7 +1822,7 @@ async def delete_migrating_vm(
18221822
18231823
"""
18241824
# 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
18261826
# gotten any keyword arguments that map to the request.
18271827
has_flattened_params = any([name])
18281828
if request is not None and has_flattened_params:
@@ -1906,7 +1906,7 @@ async def start_migration(
19061906
19071907
"""
19081908
# 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
19101910
# gotten any keyword arguments that map to the request.
19111911
has_flattened_params = any([migrating_vm])
19121912
if request is not None and has_flattened_params:
@@ -2124,7 +2124,7 @@ async def finalize_migration(
21242124
21252125
"""
21262126
# 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
21282128
# gotten any keyword arguments that map to the request.
21292129
has_flattened_params = any([migrating_vm])
21302130
if request is not None and has_flattened_params:
@@ -2229,7 +2229,7 @@ async def create_clone_job(
22292229
22302230
"""
22312231
# 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
22332233
# gotten any keyword arguments that map to the request.
22342234
has_flattened_params = any([parent, clone_job, clone_job_id])
22352235
if request is not None and has_flattened_params:
@@ -2313,7 +2313,7 @@ async def cancel_clone_job(
23132313
23142314
"""
23152315
# 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
23172317
# gotten any keyword arguments that map to the request.
23182318
has_flattened_params = any([name])
23192319
if request is not None and has_flattened_params:
@@ -2395,7 +2395,7 @@ async def list_clone_jobs(
23952395
23962396
"""
23972397
# 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
23992399
# gotten any keyword arguments that map to the request.
24002400
has_flattened_params = any([parent])
24012401
if request is not None and has_flattened_params:
@@ -2482,7 +2482,7 @@ async def get_clone_job(
24822482
24832483
"""
24842484
# 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
24862486
# gotten any keyword arguments that map to the request.
24872487
has_flattened_params = any([name])
24882488
if request is not None and has_flattened_params:
@@ -2569,7 +2569,7 @@ async def create_cutover_job(
25692569
25702570
"""
25712571
# 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
25732573
# gotten any keyword arguments that map to the request.
25742574
has_flattened_params = any([parent, cutover_job, cutover_job_id])
25752575
if request is not None and has_flattened_params:
@@ -2653,7 +2653,7 @@ async def cancel_cutover_job(
26532653
26542654
"""
26552655
# 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
26572657
# gotten any keyword arguments that map to the request.
26582658
has_flattened_params = any([name])
26592659
if request is not None and has_flattened_params:
@@ -2735,7 +2735,7 @@ async def list_cutover_jobs(
27352735
27362736
"""
27372737
# 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
27392739
# gotten any keyword arguments that map to the request.
27402740
has_flattened_params = any([parent])
27412741
if request is not None and has_flattened_params:
@@ -2814,7 +2814,7 @@ async def get_cutover_job(
28142814
28152815
"""
28162816
# 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
28182818
# gotten any keyword arguments that map to the request.
28192819
has_flattened_params = any([name])
28202820
if request is not None and has_flattened_params:
@@ -2888,7 +2888,7 @@ async def list_groups(
28882888
28892889
"""
28902890
# 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
28922892
# gotten any keyword arguments that map to the request.
28932893
has_flattened_params = any([parent])
28942894
if request is not None and has_flattened_params:
@@ -2964,7 +2964,7 @@ async def get_group(
29642964
29652965
"""
29662966
# 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
29682968
# gotten any keyword arguments that map to the request.
29692969
has_flattened_params = any([name])
29702970
if request is not None and has_flattened_params:
@@ -3047,7 +3047,7 @@ async def create_group(
30473047
30483048
"""
30493049
# 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
30513051
# gotten any keyword arguments that map to the request.
30523052
has_flattened_params = any([parent, group, group_id])
30533053
if request is not None and has_flattened_params:
@@ -3142,7 +3142,7 @@ async def update_group(
31423142
31433143
"""
31443144
# 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
31463146
# gotten any keyword arguments that map to the request.
31473147
has_flattened_params = any([group, update_mask])
31483148
if request is not None and has_flattened_params:
@@ -3236,7 +3236,7 @@ async def delete_group(
32363236
32373237
"""
32383238
# 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
32403240
# gotten any keyword arguments that map to the request.
32413241
has_flattened_params = any([name])
32423242
if request is not None and has_flattened_params:
@@ -3318,7 +3318,7 @@ async def add_group_migration(
33183318
33193319
"""
33203320
# 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
33223322
# gotten any keyword arguments that map to the request.
33233323
has_flattened_params = any([group])
33243324
if request is not None and has_flattened_params:
@@ -3398,7 +3398,7 @@ async def remove_group_migration(
33983398
33993399
"""
34003400
# 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
34023402
# gotten any keyword arguments that map to the request.
34033403
has_flattened_params = any([group])
34043404
if request is not None and has_flattened_params:
@@ -3483,7 +3483,7 @@ async def list_target_projects(
34833483
34843484
"""
34853485
# 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
34873487
# gotten any keyword arguments that map to the request.
34883488
has_flattened_params = any([parent])
34893489
if request is not None and has_flattened_params:
@@ -3562,7 +3562,7 @@ async def get_target_project(
35623562
35633563
"""
35643564
# 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
35663566
# gotten any keyword arguments that map to the request.
35673567
has_flattened_params = any([name])
35683568
if request is not None and has_flattened_params:
@@ -3648,7 +3648,7 @@ async def create_target_project(
36483648
36493649
"""
36503650
# 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
36523652
# gotten any keyword arguments that map to the request.
36533653
has_flattened_params = any([parent, target_project, target_project_id])
36543654
if request is not None and has_flattened_params:
@@ -3746,7 +3746,7 @@ async def update_target_project(
37463746
37473747
"""
37483748
# 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
37503750
# gotten any keyword arguments that map to the request.
37513751
has_flattened_params = any([target_project, update_mask])
37523752
if request is not None and has_flattened_params:
@@ -3843,7 +3843,7 @@ async def delete_target_project(
38433843
38443844
"""
38453845
# 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
38473847
# gotten any keyword arguments that map to the request.
38483848
has_flattened_params = any([name])
38493849
if request is not None and has_flattened_params:

0 commit comments

Comments
 (0)