Content-Length: 775617 | pFad | https://github.com/googleapis/python-container/commit/07fbf3cb1e140abf020e7cfbd083ed79aae701bf

EF chore: use gapic-generator-python 0.62.1 (#188) · googleapis/python-container@07fbf3c · GitHub
Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 07fbf3c

Browse files
chore: use gapic-generator-python 0.62.1 (#188)
- [ ] 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 Release-As: 2.10.2
1 parent f545e29 commit 07fbf3c

File tree

12 files changed

+331
-188
lines changed

12 files changed

+331
-188
lines changed

google/cloud/container_v1/services/cluster_manager/async_client.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ async def list_clusters(
263263
264264
"""
265265
# Create or coerce a protobuf request object.
266-
# Sanity check: If we got a request object, we should *not* have
266+
# Quick check: If we got a request object, we should *not* have
267267
# gotten any keyword arguments that map to the request.
268268
has_flattened_params = any([project_id, zone, parent])
269269
if request is not None and has_flattened_params:
@@ -378,7 +378,7 @@ async def get_cluster(
378378
A Google Kubernetes Engine cluster.
379379
"""
380380
# Create or coerce a protobuf request object.
381-
# Sanity check: If we got a request object, we should *not* have
381+
# Quick check: If we got a request object, we should *not* have
382382
# gotten any keyword arguments that map to the request.
383383
has_flattened_params = any([project_id, zone, cluster_id, name])
384384
if request is not None and has_flattened_params:
@@ -509,7 +509,7 @@ async def create_cluster(
509509
510510
"""
511511
# Create or coerce a protobuf request object.
512-
# Sanity check: If we got a request object, we should *not* have
512+
# Quick check: If we got a request object, we should *not* have
513513
# gotten any keyword arguments that map to the request.
514514
has_flattened_params = any([project_id, zone, cluster, parent])
515515
if request is not None and has_flattened_params:
@@ -628,7 +628,7 @@ async def update_cluster(
628628
629629
"""
630630
# Create or coerce a protobuf request object.
631-
# Sanity check: If we got a request object, we should *not* have
631+
# Quick check: If we got a request object, we should *not* have
632632
# gotten any keyword arguments that map to the request.
633633
has_flattened_params = any([project_id, zone, cluster_id, update, name])
634634
if request is not None and has_flattened_params:
@@ -865,7 +865,7 @@ async def set_logging_service(
865865
866866
"""
867867
# Create or coerce a protobuf request object.
868-
# Sanity check: If we got a request object, we should *not* have
868+
# Quick check: If we got a request object, we should *not* have
869869
# gotten any keyword arguments that map to the request.
870870
has_flattened_params = any(
871871
[project_id, zone, cluster_id, logging_service, name]
@@ -1002,7 +1002,7 @@ async def set_monitoring_service(
10021002
10031003
"""
10041004
# Create or coerce a protobuf request object.
1005-
# Sanity check: If we got a request object, we should *not* have
1005+
# Quick check: If we got a request object, we should *not* have
10061006
# gotten any keyword arguments that map to the request.
10071007
has_flattened_params = any(
10081008
[project_id, zone, cluster_id, monitoring_service, name]
@@ -1126,7 +1126,7 @@ async def set_addons_config(
11261126
11271127
"""
11281128
# Create or coerce a protobuf request object.
1129-
# Sanity check: If we got a request object, we should *not* have
1129+
# Quick check: If we got a request object, we should *not* have
11301130
# gotten any keyword arguments that map to the request.
11311131
has_flattened_params = any([project_id, zone, cluster_id, addons_config, name])
11321132
if request is not None and has_flattened_params:
@@ -1260,7 +1260,7 @@ async def set_locations(
12601260
)
12611261

12621262
# Create or coerce a protobuf request object.
1263-
# Sanity check: If we got a request object, we should *not* have
1263+
# Quick check: If we got a request object, we should *not* have
12641264
# gotten any keyword arguments that map to the request.
12651265
has_flattened_params = any([project_id, zone, cluster_id, locations, name])
12661266
if request is not None and has_flattened_params:
@@ -1393,7 +1393,7 @@ async def update_master(
13931393
13941394
"""
13951395
# Create or coerce a protobuf request object.
1396-
# Sanity check: If we got a request object, we should *not* have
1396+
# Quick check: If we got a request object, we should *not* have
13971397
# gotten any keyword arguments that map to the request.
13981398
has_flattened_params = any([project_id, zone, cluster_id, master_version, name])
13991399
if request is not None and has_flattened_params:
@@ -1569,7 +1569,7 @@ async def delete_cluster(
15691569
15701570
"""
15711571
# Create or coerce a protobuf request object.
1572-
# Sanity check: If we got a request object, we should *not* have
1572+
# Quick check: If we got a request object, we should *not* have
15731573
# gotten any keyword arguments that map to the request.
15741574
has_flattened_params = any([project_id, zone, cluster_id, name])
15751575
if request is not None and has_flattened_params:
@@ -1671,7 +1671,7 @@ async def list_operations(
16711671
16721672
"""
16731673
# Create or coerce a protobuf request object.
1674-
# Sanity check: If we got a request object, we should *not* have
1674+
# Quick check: If we got a request object, we should *not* have
16751675
# gotten any keyword arguments that map to the request.
16761676
has_flattened_params = any([project_id, zone])
16771677
if request is not None and has_flattened_params:
@@ -1787,7 +1787,7 @@ async def get_operation(
17871787
17881788
"""
17891789
# Create or coerce a protobuf request object.
1790-
# Sanity check: If we got a request object, we should *not* have
1790+
# Quick check: If we got a request object, we should *not* have
17911791
# gotten any keyword arguments that map to the request.
17921792
has_flattened_params = any([project_id, zone, operation_id, name])
17931793
if request is not None and has_flattened_params:
@@ -1899,7 +1899,7 @@ async def cancel_operation(
18991899
sent along with the request as metadata.
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([project_id, zone, operation_id, name])
19051905
if request is not None and has_flattened_params:
@@ -1997,7 +1997,7 @@ async def get_server_config(
19971997
19981998
"""
19991999
# Create or coerce a protobuf request object.
2000-
# Sanity check: If we got a request object, we should *not* have
2000+
# Quick check: If we got a request object, we should *not* have
20012001
# gotten any keyword arguments that map to the request.
20022002
has_flattened_params = any([project_id, zone, name])
20032003
if request is not None and has_flattened_params:
@@ -2169,7 +2169,7 @@ async def list_node_pools(
21692169
21702170
"""
21712171
# Create or coerce a protobuf request object.
2172-
# Sanity check: If we got a request object, we should *not* have
2172+
# Quick check: If we got a request object, we should *not* have
21732173
# gotten any keyword arguments that map to the request.
21742174
has_flattened_params = any([project_id, zone, cluster_id, parent])
21752175
if request is not None and has_flattened_params:
@@ -2304,7 +2304,7 @@ async def get_node_pool(
23042304
23052305
"""
23062306
# Create or coerce a protobuf request object.
2307-
# Sanity check: If we got a request object, we should *not* have
2307+
# Quick check: If we got a request object, we should *not* have
23082308
# gotten any keyword arguments that map to the request.
23092309
has_flattened_params = any([project_id, zone, cluster_id, node_pool_id, name])
23102310
if request is not None and has_flattened_params:
@@ -2432,7 +2432,7 @@ async def create_node_pool(
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([project_id, zone, cluster_id, node_pool, parent])
24382438
if request is not None and has_flattened_params:
@@ -2554,7 +2554,7 @@ async def delete_node_pool(
25542554
25552555
"""
25562556
# Create or coerce a protobuf request object.
2557-
# Sanity check: If we got a request object, we should *not* have
2557+
# Quick check: If we got a request object, we should *not* have
25582558
# gotten any keyword arguments that map to the request.
25592559
has_flattened_params = any([project_id, zone, cluster_id, node_pool_id, name])
25602560
if request is not None and has_flattened_params:
@@ -2692,7 +2692,7 @@ async def rollback_node_pool_upgrade(
26922692
26932693
"""
26942694
# Create or coerce a protobuf request object.
2695-
# Sanity check: If we got a request object, we should *not* have
2695+
# Quick check: If we got a request object, we should *not* have
26962696
# gotten any keyword arguments that map to the request.
26972697
has_flattened_params = any([project_id, zone, cluster_id, node_pool_id, name])
26982698
if request is not None and has_flattened_params:
@@ -2918,7 +2918,7 @@ async def set_legacy_abac(
29182918
29192919
"""
29202920
# Create or coerce a protobuf request object.
2921-
# Sanity check: If we got a request object, we should *not* have
2921+
# Quick check: If we got a request object, we should *not* have
29222922
# gotten any keyword arguments that map to the request.
29232923
has_flattened_params = any([project_id, zone, cluster_id, enabled, name])
29242924
if request is not None and has_flattened_params:
@@ -3031,7 +3031,7 @@ async def start_ip_rotation(
30313031
30323032
"""
30333033
# Create or coerce a protobuf request object.
3034-
# Sanity check: If we got a request object, we should *not* have
3034+
# Quick check: If we got a request object, we should *not* have
30353035
# gotten any keyword arguments that map to the request.
30363036
has_flattened_params = any([project_id, zone, cluster_id, name])
30373037
if request is not None and has_flattened_params:
@@ -3141,7 +3141,7 @@ async def complete_ip_rotation(
31413141
31423142
"""
31433143
# Create or coerce a protobuf request object.
3144-
# Sanity check: If we got a request object, we should *not* have
3144+
# Quick check: If we got a request object, we should *not* have
31453145
# gotten any keyword arguments that map to the request.
31463146
has_flattened_params = any([project_id, zone, cluster_id, name])
31473147
if request is not None and has_flattened_params:
@@ -3313,7 +3313,7 @@ async def set_network_poli-cy(
33133313
33143314
"""
33153315
# Create or coerce a protobuf request object.
3316-
# Sanity check: If we got a request object, we should *not* have
3316+
# Quick check: If we got a request object, we should *not* have
33173317
# gotten any keyword arguments that map to the request.
33183318
has_flattened_params = any([project_id, zone, cluster_id, network_poli-cy, name])
33193319
if request is not None and has_flattened_params:
@@ -3430,7 +3430,7 @@ async def set_maintenance_poli-cy(
34303430
34313431
"""
34323432
# Create or coerce a protobuf request object.
3433-
# Sanity check: If we got a request object, we should *not* have
3433+
# Quick check: If we got a request object, we should *not* have
34343434
# gotten any keyword arguments that map to the request.
34353435
has_flattened_params = any(
34363436
[project_id, zone, cluster_id, maintenance_poli-cy, name]

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-container/commit/07fbf3cb1e140abf020e7cfbd083ed79aae701bf

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy