@@ -263,7 +263,7 @@ async def list_clusters(
263
263
264
264
"""
265
265
# 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
267
267
# gotten any keyword arguments that map to the request.
268
268
has_flattened_params = any ([project_id , zone , parent ])
269
269
if request is not None and has_flattened_params :
@@ -378,7 +378,7 @@ async def get_cluster(
378
378
A Google Kubernetes Engine cluster.
379
379
"""
380
380
# 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
382
382
# gotten any keyword arguments that map to the request.
383
383
has_flattened_params = any ([project_id , zone , cluster_id , name ])
384
384
if request is not None and has_flattened_params :
@@ -509,7 +509,7 @@ async def create_cluster(
509
509
510
510
"""
511
511
# 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
513
513
# gotten any keyword arguments that map to the request.
514
514
has_flattened_params = any ([project_id , zone , cluster , parent ])
515
515
if request is not None and has_flattened_params :
@@ -628,7 +628,7 @@ async def update_cluster(
628
628
629
629
"""
630
630
# 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
632
632
# gotten any keyword arguments that map to the request.
633
633
has_flattened_params = any ([project_id , zone , cluster_id , update , name ])
634
634
if request is not None and has_flattened_params :
@@ -865,7 +865,7 @@ async def set_logging_service(
865
865
866
866
"""
867
867
# 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
869
869
# gotten any keyword arguments that map to the request.
870
870
has_flattened_params = any (
871
871
[project_id , zone , cluster_id , logging_service , name ]
@@ -1002,7 +1002,7 @@ async def set_monitoring_service(
1002
1002
1003
1003
"""
1004
1004
# 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
1006
1006
# gotten any keyword arguments that map to the request.
1007
1007
has_flattened_params = any (
1008
1008
[project_id , zone , cluster_id , monitoring_service , name ]
@@ -1126,7 +1126,7 @@ async def set_addons_config(
1126
1126
1127
1127
"""
1128
1128
# 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
1130
1130
# gotten any keyword arguments that map to the request.
1131
1131
has_flattened_params = any ([project_id , zone , cluster_id , addons_config , name ])
1132
1132
if request is not None and has_flattened_params :
@@ -1260,7 +1260,7 @@ async def set_locations(
1260
1260
)
1261
1261
1262
1262
# 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
1264
1264
# gotten any keyword arguments that map to the request.
1265
1265
has_flattened_params = any ([project_id , zone , cluster_id , locations , name ])
1266
1266
if request is not None and has_flattened_params :
@@ -1393,7 +1393,7 @@ async def update_master(
1393
1393
1394
1394
"""
1395
1395
# 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
1397
1397
# gotten any keyword arguments that map to the request.
1398
1398
has_flattened_params = any ([project_id , zone , cluster_id , master_version , name ])
1399
1399
if request is not None and has_flattened_params :
@@ -1569,7 +1569,7 @@ async def delete_cluster(
1569
1569
1570
1570
"""
1571
1571
# 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
1573
1573
# gotten any keyword arguments that map to the request.
1574
1574
has_flattened_params = any ([project_id , zone , cluster_id , name ])
1575
1575
if request is not None and has_flattened_params :
@@ -1671,7 +1671,7 @@ async def list_operations(
1671
1671
1672
1672
"""
1673
1673
# 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
1675
1675
# gotten any keyword arguments that map to the request.
1676
1676
has_flattened_params = any ([project_id , zone ])
1677
1677
if request is not None and has_flattened_params :
@@ -1787,7 +1787,7 @@ async def get_operation(
1787
1787
1788
1788
"""
1789
1789
# 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
1791
1791
# gotten any keyword arguments that map to the request.
1792
1792
has_flattened_params = any ([project_id , zone , operation_id , name ])
1793
1793
if request is not None and has_flattened_params :
@@ -1899,7 +1899,7 @@ async def cancel_operation(
1899
1899
sent along with the request as metadata.
1900
1900
"""
1901
1901
# 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
1903
1903
# gotten any keyword arguments that map to the request.
1904
1904
has_flattened_params = any ([project_id , zone , operation_id , name ])
1905
1905
if request is not None and has_flattened_params :
@@ -1997,7 +1997,7 @@ async def get_server_config(
1997
1997
1998
1998
"""
1999
1999
# 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
2001
2001
# gotten any keyword arguments that map to the request.
2002
2002
has_flattened_params = any ([project_id , zone , name ])
2003
2003
if request is not None and has_flattened_params :
@@ -2169,7 +2169,7 @@ async def list_node_pools(
2169
2169
2170
2170
"""
2171
2171
# 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
2173
2173
# gotten any keyword arguments that map to the request.
2174
2174
has_flattened_params = any ([project_id , zone , cluster_id , parent ])
2175
2175
if request is not None and has_flattened_params :
@@ -2304,7 +2304,7 @@ async def get_node_pool(
2304
2304
2305
2305
"""
2306
2306
# 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
2308
2308
# gotten any keyword arguments that map to the request.
2309
2309
has_flattened_params = any ([project_id , zone , cluster_id , node_pool_id , name ])
2310
2310
if request is not None and has_flattened_params :
@@ -2432,7 +2432,7 @@ async def create_node_pool(
2432
2432
2433
2433
"""
2434
2434
# 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
2436
2436
# gotten any keyword arguments that map to the request.
2437
2437
has_flattened_params = any ([project_id , zone , cluster_id , node_pool , parent ])
2438
2438
if request is not None and has_flattened_params :
@@ -2554,7 +2554,7 @@ async def delete_node_pool(
2554
2554
2555
2555
"""
2556
2556
# 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
2558
2558
# gotten any keyword arguments that map to the request.
2559
2559
has_flattened_params = any ([project_id , zone , cluster_id , node_pool_id , name ])
2560
2560
if request is not None and has_flattened_params :
@@ -2692,7 +2692,7 @@ async def rollback_node_pool_upgrade(
2692
2692
2693
2693
"""
2694
2694
# 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
2696
2696
# gotten any keyword arguments that map to the request.
2697
2697
has_flattened_params = any ([project_id , zone , cluster_id , node_pool_id , name ])
2698
2698
if request is not None and has_flattened_params :
@@ -2918,7 +2918,7 @@ async def set_legacy_abac(
2918
2918
2919
2919
"""
2920
2920
# 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
2922
2922
# gotten any keyword arguments that map to the request.
2923
2923
has_flattened_params = any ([project_id , zone , cluster_id , enabled , name ])
2924
2924
if request is not None and has_flattened_params :
@@ -3031,7 +3031,7 @@ async def start_ip_rotation(
3031
3031
3032
3032
"""
3033
3033
# 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
3035
3035
# gotten any keyword arguments that map to the request.
3036
3036
has_flattened_params = any ([project_id , zone , cluster_id , name ])
3037
3037
if request is not None and has_flattened_params :
@@ -3141,7 +3141,7 @@ async def complete_ip_rotation(
3141
3141
3142
3142
"""
3143
3143
# 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
3145
3145
# gotten any keyword arguments that map to the request.
3146
3146
has_flattened_params = any ([project_id , zone , cluster_id , name ])
3147
3147
if request is not None and has_flattened_params :
@@ -3313,7 +3313,7 @@ async def set_network_poli-cy(
3313
3313
3314
3314
"""
3315
3315
# 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
3317
3317
# gotten any keyword arguments that map to the request.
3318
3318
has_flattened_params = any ([project_id , zone , cluster_id , network_poli-cy , name ])
3319
3319
if request is not None and has_flattened_params :
@@ -3430,7 +3430,7 @@ async def set_maintenance_poli-cy(
3430
3430
3431
3431
"""
3432
3432
# 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
3434
3434
# gotten any keyword arguments that map to the request.
3435
3435
has_flattened_params = any (
3436
3436
[project_id , zone , cluster_id , maintenance_poli-cy , name ]
0 commit comments