@@ -274,7 +274,7 @@ async def list_databases(
274
274
275
275
"""
276
276
# Create or coerce a protobuf request object.
277
- # Sanity check: If we got a request object, we should *not* have
277
+ # Quick check: If we got a request object, we should *not* have
278
278
# gotten any keyword arguments that map to the request.
279
279
has_flattened_params = any ([parent ])
280
280
if request is not None and has_flattened_params :
@@ -387,7 +387,7 @@ async def create_database(
387
387
388
388
"""
389
389
# Create or coerce a protobuf request object.
390
- # Sanity check: If we got a request object, we should *not* have
390
+ # Quick check: If we got a request object, we should *not* have
391
391
# gotten any keyword arguments that map to the request.
392
392
has_flattened_params = any ([parent , create_statement ])
393
393
if request is not None and has_flattened_params :
@@ -467,7 +467,7 @@ async def get_database(
467
467
A Cloud Spanner database.
468
468
"""
469
469
# Create or coerce a protobuf request object.
470
- # Sanity check: If we got a request object, we should *not* have
470
+ # Quick check: If we got a request object, we should *not* have
471
471
# gotten any keyword arguments that map to the request.
472
472
has_flattened_params = any ([name ])
473
473
if request is not None and has_flattened_params :
@@ -592,7 +592,7 @@ async def update_database_ddl(
592
592
593
593
"""
594
594
# Create or coerce a protobuf request object.
595
- # Sanity check: If we got a request object, we should *not* have
595
+ # Quick check: If we got a request object, we should *not* have
596
596
# gotten any keyword arguments that map to the request.
597
597
has_flattened_params = any ([database , statements ])
598
598
if request is not None and has_flattened_params :
@@ -678,7 +678,7 @@ async def drop_database(
678
678
sent along with the request as metadata.
679
679
"""
680
680
# Create or coerce a protobuf request object.
681
- # Sanity check: If we got a request object, we should *not* have
681
+ # Quick check: If we got a request object, we should *not* have
682
682
# gotten any keyword arguments that map to the request.
683
683
has_flattened_params = any ([database ])
684
684
if request is not None and has_flattened_params :
@@ -762,7 +762,7 @@ async def get_database_ddl(
762
762
763
763
"""
764
764
# Create or coerce a protobuf request object.
765
- # Sanity check: If we got a request object, we should *not* have
765
+ # Quick check: If we got a request object, we should *not* have
766
766
# gotten any keyword arguments that map to the request.
767
767
has_flattened_params = any ([database ])
768
768
if request is not None and has_flattened_params :
@@ -906,7 +906,7 @@ async def set_iam_policy(
906
906
907
907
"""
908
908
# Create or coerce a protobuf request object.
909
- # Sanity check: If we got a request object, we should *not* have
909
+ # Quick check: If we got a request object, we should *not* have
910
910
# gotten any keyword arguments that map to the request.
911
911
has_flattened_params = any ([resource ])
912
912
if request is not None and has_flattened_params :
@@ -1041,7 +1041,7 @@ async def get_iam_policy(
1041
1041
1042
1042
"""
1043
1043
# Create or coerce a protobuf request object.
1044
- # Sanity check: If we got a request object, we should *not* have
1044
+ # Quick check: If we got a request object, we should *not* have
1045
1045
# gotten any keyword arguments that map to the request.
1046
1046
has_flattened_params = any ([resource ])
1047
1047
if request is not None and has_flattened_params :
@@ -1141,7 +1141,7 @@ async def test_iam_permissions(
1141
1141
Response message for TestIamPermissions method.
1142
1142
"""
1143
1143
# Create or coerce a protobuf request object.
1144
- # Sanity check: If we got a request object, we should *not* have
1144
+ # Quick check: If we got a request object, we should *not* have
1145
1145
# gotten any keyword arguments that map to the request.
1146
1146
has_flattened_params = any ([resource , permissions ])
1147
1147
if request is not None and has_flattened_params :
@@ -1250,7 +1250,7 @@ async def create_backup(
1250
1250
1251
1251
"""
1252
1252
# Create or coerce a protobuf request object.
1253
- # Sanity check: If we got a request object, we should *not* have
1253
+ # Quick check: If we got a request object, we should *not* have
1254
1254
# gotten any keyword arguments that map to the request.
1255
1255
has_flattened_params = any ([parent , backup , backup_id ])
1256
1256
if request is not None and has_flattened_params :
@@ -1332,7 +1332,7 @@ async def get_backup(
1332
1332
A backup of a Cloud Spanner database.
1333
1333
"""
1334
1334
# Create or coerce a protobuf request object.
1335
- # Sanity check: If we got a request object, we should *not* have
1335
+ # Quick check: If we got a request object, we should *not* have
1336
1336
# gotten any keyword arguments that map to the request.
1337
1337
has_flattened_params = any ([name ])
1338
1338
if request is not None and has_flattened_params :
@@ -1429,7 +1429,7 @@ async def update_backup(
1429
1429
A backup of a Cloud Spanner database.
1430
1430
"""
1431
1431
# Create or coerce a protobuf request object.
1432
- # Sanity check: If we got a request object, we should *not* have
1432
+ # Quick check: If we got a request object, we should *not* have
1433
1433
# gotten any keyword arguments that map to the request.
1434
1434
has_flattened_params = any ([backup , update_mask ])
1435
1435
if request is not None and has_flattened_params :
@@ -1510,7 +1510,7 @@ async def delete_backup(
1510
1510
sent along with the request as metadata.
1511
1511
"""
1512
1512
# Create or coerce a protobuf request object.
1513
- # Sanity check: If we got a request object, we should *not* have
1513
+ # Quick check: If we got a request object, we should *not* have
1514
1514
# gotten any keyword arguments that map to the request.
1515
1515
has_flattened_params = any ([name ])
1516
1516
if request is not None and has_flattened_params :
@@ -1595,7 +1595,7 @@ async def list_backups(
1595
1595
1596
1596
"""
1597
1597
# Create or coerce a protobuf request object.
1598
- # Sanity check: If we got a request object, we should *not* have
1598
+ # Quick check: If we got a request object, we should *not* have
1599
1599
# gotten any keyword arguments that map to the request.
1600
1600
has_flattened_params = any ([parent ])
1601
1601
if request is not None and has_flattened_params :
@@ -1726,7 +1726,7 @@ async def restore_database(
1726
1726
1727
1727
"""
1728
1728
# Create or coerce a protobuf request object.
1729
- # Sanity check: If we got a request object, we should *not* have
1729
+ # Quick check: If we got a request object, we should *not* have
1730
1730
# gotten any keyword arguments that map to the request.
1731
1731
has_flattened_params = any ([parent , database_id , backup ])
1732
1732
if request is not None and has_flattened_params :
@@ -1824,7 +1824,7 @@ async def list_database_operations(
1824
1824
1825
1825
"""
1826
1826
# Create or coerce a protobuf request object.
1827
- # Sanity check: If we got a request object, we should *not* have
1827
+ # Quick check: If we got a request object, we should *not* have
1828
1828
# gotten any keyword arguments that map to the request.
1829
1829
has_flattened_params = any ([parent ])
1830
1830
if request is not None and has_flattened_params :
@@ -1926,7 +1926,7 @@ async def list_backup_operations(
1926
1926
1927
1927
"""
1928
1928
# Create or coerce a protobuf request object.
1929
- # Sanity check: If we got a request object, we should *not* have
1929
+ # Quick check: If we got a request object, we should *not* have
1930
1930
# gotten any keyword arguments that map to the request.
1931
1931
has_flattened_params = any ([parent ])
1932
1932
if request is not None and has_flattened_params :
0 commit comments