@@ -261,7 +261,7 @@ async def list_gateways(
261
261
262
262
"""
263
263
# Create or coerce a protobuf request object.
264
- # Sanity check: If we got a request object, we should *not* have
264
+ # Quick check: If we got a request object, we should *not* have
265
265
# gotten any keyword arguments that map to the request.
266
266
has_flattened_params = any ([parent ])
267
267
if request is not None and has_flattened_params :
@@ -334,15 +334,15 @@ async def get_gateway(
334
334
Returns:
335
335
google.cloud.apigateway_v1.types.Gateway:
336
336
A Gateway is an API-aware HTTP proxy.
337
- It performs API-Method and/or API-
338
- Consumer specific actions based on an
339
- API Config such as authentication,
337
+ It performs API-Method and/or
338
+ API- Consumer specific actions based on
339
+ an API Config such as authentication,
340
340
policy enforcement, and backend
341
341
selection.
342
342
343
343
"""
344
344
# Create or coerce a protobuf request object.
345
- # Sanity check: If we got a request object, we should *not* have
345
+ # Quick check: If we got a request object, we should *not* have
346
346
# gotten any keyword arguments that map to the request.
347
347
has_flattened_params = any ([name ])
348
348
if request is not None and has_flattened_params :
@@ -433,7 +433,7 @@ async def create_gateway(
433
433
434
434
"""
435
435
# Create or coerce a protobuf request object.
436
- # Sanity check: If we got a request object, we should *not* have
436
+ # Quick check: If we got a request object, we should *not* have
437
437
# gotten any keyword arguments that map to the request.
438
438
has_flattened_params = any ([parent , gateway , gateway_id ])
439
439
if request is not None and has_flattened_params :
@@ -539,7 +539,7 @@ async def update_gateway(
539
539
540
540
"""
541
541
# Create or coerce a protobuf request object.
542
- # Sanity check: If we got a request object, we should *not* have
542
+ # Quick check: If we got a request object, we should *not* have
543
543
# gotten any keyword arguments that map to the request.
544
544
has_flattened_params = any ([gateway , update_mask ])
545
545
if request is not None and has_flattened_params :
@@ -644,7 +644,7 @@ async def delete_gateway(
644
644
645
645
"""
646
646
# Create or coerce a protobuf request object.
647
- # Sanity check: If we got a request object, we should *not* have
647
+ # Quick check: If we got a request object, we should *not* have
648
648
# gotten any keyword arguments that map to the request.
649
649
has_flattened_params = any ([name ])
650
650
if request is not None and has_flattened_params :
@@ -735,7 +735,7 @@ async def list_apis(
735
735
736
736
"""
737
737
# Create or coerce a protobuf request object.
738
- # Sanity check: If we got a request object, we should *not* have
738
+ # Quick check: If we got a request object, we should *not* have
739
739
# gotten any keyword arguments that map to the request.
740
740
has_flattened_params = any ([parent ])
741
741
if request is not None and has_flattened_params :
@@ -812,7 +812,7 @@ async def get_api(
812
812
813
813
"""
814
814
# Create or coerce a protobuf request object.
815
- # Sanity check: If we got a request object, we should *not* have
815
+ # Quick check: If we got a request object, we should *not* have
816
816
# gotten any keyword arguments that map to the request.
817
817
has_flattened_params = any ([name ])
818
818
if request is not None and has_flattened_params :
@@ -901,7 +901,7 @@ async def create_api(
901
901
902
902
"""
903
903
# Create or coerce a protobuf request object.
904
- # Sanity check: If we got a request object, we should *not* have
904
+ # Quick check: If we got a request object, we should *not* have
905
905
# gotten any keyword arguments that map to the request.
906
906
has_flattened_params = any ([parent , api , api_id ])
907
907
if request is not None and has_flattened_params :
@@ -1006,7 +1006,7 @@ async def update_api(
1006
1006
1007
1007
"""
1008
1008
# Create or coerce a protobuf request object.
1009
- # Sanity check: If we got a request object, we should *not* have
1009
+ # Quick check: If we got a request object, we should *not* have
1010
1010
# gotten any keyword arguments that map to the request.
1011
1011
has_flattened_params = any ([api , update_mask ])
1012
1012
if request is not None and has_flattened_params :
@@ -1109,7 +1109,7 @@ async def delete_api(
1109
1109
1110
1110
"""
1111
1111
# Create or coerce a protobuf request object.
1112
- # Sanity check: If we got a request object, we should *not* have
1112
+ # Quick check: If we got a request object, we should *not* have
1113
1113
# gotten any keyword arguments that map to the request.
1114
1114
has_flattened_params = any ([name ])
1115
1115
if request is not None and has_flattened_params :
@@ -1200,7 +1200,7 @@ async def list_api_configs(
1200
1200
1201
1201
"""
1202
1202
# Create or coerce a protobuf request object.
1203
- # Sanity check: If we got a request object, we should *not* have
1203
+ # Quick check: If we got a request object, we should *not* have
1204
1204
# gotten any keyword arguments that map to the request.
1205
1205
has_flattened_params = any ([parent ])
1206
1206
if request is not None and has_flattened_params :
@@ -1278,7 +1278,7 @@ async def get_api_config(
1278
1278
1279
1279
"""
1280
1280
# Create or coerce a protobuf request object.
1281
- # Sanity check: If we got a request object, we should *not* have
1281
+ # Quick check: If we got a request object, we should *not* have
1282
1282
# gotten any keyword arguments that map to the request.
1283
1283
has_flattened_params = any ([name ])
1284
1284
if request is not None and has_flattened_params :
@@ -1367,7 +1367,7 @@ async def create_api_config(
1367
1367
1368
1368
"""
1369
1369
# Create or coerce a protobuf request object.
1370
- # Sanity check: If we got a request object, we should *not* have
1370
+ # Quick check: If we got a request object, we should *not* have
1371
1371
# gotten any keyword arguments that map to the request.
1372
1372
has_flattened_params = any ([parent , api_config , api_config_id ])
1373
1373
if request is not None and has_flattened_params :
@@ -1471,7 +1471,7 @@ async def update_api_config(
1471
1471
1472
1472
"""
1473
1473
# Create or coerce a protobuf request object.
1474
- # Sanity check: If we got a request object, we should *not* have
1474
+ # Quick check: If we got a request object, we should *not* have
1475
1475
# gotten any keyword arguments that map to the request.
1476
1476
has_flattened_params = any ([api_config , update_mask ])
1477
1477
if request is not None and has_flattened_params :
@@ -1576,7 +1576,7 @@ async def delete_api_config(
1576
1576
1577
1577
"""
1578
1578
# Create or coerce a protobuf request object.
1579
- # Sanity check: If we got a request object, we should *not* have
1579
+ # Quick check: If we got a request object, we should *not* have
1580
1580
# gotten any keyword arguments that map to the request.
1581
1581
has_flattened_params = any ([name ])
1582
1582
if request is not None and has_flattened_params :
0 commit comments