@@ -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_policy(
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_policy , name ])
33193319 if request is not None and has_flattened_params :
@@ -3430,7 +3430,7 @@ async def set_maintenance_policy(
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_policy , name ]
0 commit comments