@@ -238,7 +238,7 @@ async def list_nodes(
238238
239239 """
240240 # Create or coerce a protobuf request object.
241- # Sanity check: If we got a request object, we should *not* have
241+ # Quick check: If we got a request object, we should *not* have
242242 # gotten any keyword arguments that map to the request.
243243 has_flattened_params = any ([parent ])
244244 if request is not None and has_flattened_params :
@@ -311,7 +311,7 @@ async def get_node(
311311 A TPU instance.
312312 """
313313 # Create or coerce a protobuf request object.
314- # Sanity check: If we got a request object, we should *not* have
314+ # Quick check: If we got a request object, we should *not* have
315315 # gotten any keyword arguments that map to the request.
316316 has_flattened_params = any ([name ])
317317 if request is not None and has_flattened_params :
@@ -395,7 +395,7 @@ async def create_node(
395395
396396 """
397397 # Create or coerce a protobuf request object.
398- # Sanity check: If we got a request object, we should *not* have
398+ # Quick check: If we got a request object, we should *not* have
399399 # gotten any keyword arguments that map to the request.
400400 has_flattened_params = any ([parent , node , node_id ])
401401 if request is not None and has_flattened_params :
@@ -479,7 +479,7 @@ async def delete_node(
479479
480480 """
481481 # Create or coerce a protobuf request object.
482- # Sanity check: If we got a request object, we should *not* have
482+ # Quick check: If we got a request object, we should *not* have
483483 # gotten any keyword arguments that map to the request.
484484 has_flattened_params = any ([name ])
485485 if request is not None and has_flattened_params :
@@ -690,7 +690,7 @@ async def update_node(
690690
691691 """
692692 # Create or coerce a protobuf request object.
693- # Sanity check: If we got a request object, we should *not* have
693+ # Quick check: If we got a request object, we should *not* have
694694 # gotten any keyword arguments that map to the request.
695695 has_flattened_params = any ([node , update_mask ])
696696 if request is not None and has_flattened_params :
@@ -824,7 +824,7 @@ async def list_accelerator_types(
824824
825825 """
826826 # Create or coerce a protobuf request object.
827- # Sanity check: If we got a request object, we should *not* have
827+ # Quick check: If we got a request object, we should *not* have
828828 # gotten any keyword arguments that map to the request.
829829 has_flattened_params = any ([parent ])
830830 if request is not None and has_flattened_params :
@@ -899,7 +899,7 @@ async def get_accelerator_type(
899899
900900 """
901901 # Create or coerce a protobuf request object.
902- # Sanity check: If we got a request object, we should *not* have
902+ # Quick check: If we got a request object, we should *not* have
903903 # gotten any keyword arguments that map to the request.
904904 has_flattened_params = any ([name ])
905905 if request is not None and has_flattened_params :
@@ -971,7 +971,7 @@ async def list_runtime_versions(
971971
972972 """
973973 # Create or coerce a protobuf request object.
974- # Sanity check: If we got a request object, we should *not* have
974+ # Quick check: If we got a request object, we should *not* have
975975 # gotten any keyword arguments that map to the request.
976976 has_flattened_params = any ([parent ])
977977 if request is not None and has_flattened_params :
@@ -1046,7 +1046,7 @@ async def get_runtime_version(
10461046
10471047 """
10481048 # Create or coerce a protobuf request object.
1049- # Sanity check: If we got a request object, we should *not* have
1049+ # Quick check: If we got a request object, we should *not* have
10501050 # gotten any keyword arguments that map to the request.
10511051 has_flattened_params = any ([name ])
10521052 if request is not None and has_flattened_params :
0 commit comments