@@ -270,7 +270,7 @@ async def list_databases(
270
270
271
271
"""
272
272
# Create or coerce a protobuf request object.
273
- # Sanity check: If we got a request object, we should *not* have
273
+ # Quick check: If we got a request object, we should *not* have
274
274
# gotten any keyword arguments that map to the request.
275
275
has_flattened_params = any ([parent ])
276
276
if request is not None and has_flattened_params :
@@ -383,7 +383,7 @@ async def create_database(
383
383
384
384
"""
385
385
# Create or coerce a protobuf request object.
386
- # Sanity check: If we got a request object, we should *not* have
386
+ # Quick check: If we got a request object, we should *not* have
387
387
# gotten any keyword arguments that map to the request.
388
388
has_flattened_params = any ([parent , create_statement ])
389
389
if request is not None and has_flattened_params :
@@ -463,7 +463,7 @@ async def get_database(
463
463
A Cloud Spanner database.
464
464
"""
465
465
# Create or coerce a protobuf request object.
466
- # Sanity check: If we got a request object, we should *not* have
466
+ # Quick check: If we got a request object, we should *not* have
467
467
# gotten any keyword arguments that map to the request.
468
468
has_flattened_params = any ([name ])
469
469
if request is not None and has_flattened_params :
@@ -588,7 +588,7 @@ async def update_database_ddl(
588
588
589
589
"""
590
590
# Create or coerce a protobuf request object.
591
- # Sanity check: If we got a request object, we should *not* have
591
+ # Quick check: If we got a request object, we should *not* have
592
592
# gotten any keyword arguments that map to the request.
593
593
has_flattened_params = any ([database , statements ])
594
594
if request is not None and has_flattened_params :
@@ -674,7 +674,7 @@ async def drop_database(
674
674
sent along with the request as metadata.
675
675
"""
676
676
# Create or coerce a protobuf request object.
677
- # Sanity check: If we got a request object, we should *not* have
677
+ # Quick check: If we got a request object, we should *not* have
678
678
# gotten any keyword arguments that map to the request.
679
679
has_flattened_params = any ([database ])
680
680
if request is not None and has_flattened_params :
@@ -758,7 +758,7 @@ async def get_database_ddl(
758
758
759
759
"""
760
760
# Create or coerce a protobuf request object.
761
- # Sanity check: If we got a request object, we should *not* have
761
+ # Quick check: If we got a request object, we should *not* have
762
762
# gotten any keyword arguments that map to the request.
763
763
has_flattened_params = any ([database ])
764
764
if request is not None and has_flattened_params :
@@ -902,7 +902,7 @@ async def set_iam_policy(
902
902
903
903
"""
904
904
# Create or coerce a protobuf request object.
905
- # Sanity check: If we got a request object, we should *not* have
905
+ # Quick check: If we got a request object, we should *not* have
906
906
# gotten any keyword arguments that map to the request.
907
907
has_flattened_params = any ([resource ])
908
908
if request is not None and has_flattened_params :
@@ -1037,7 +1037,7 @@ async def get_iam_policy(
1037
1037
1038
1038
"""
1039
1039
# Create or coerce a protobuf request object.
1040
- # Sanity check: If we got a request object, we should *not* have
1040
+ # Quick check: If we got a request object, we should *not* have
1041
1041
# gotten any keyword arguments that map to the request.
1042
1042
has_flattened_params = any ([resource ])
1043
1043
if request is not None and has_flattened_params :
@@ -1137,7 +1137,7 @@ async def test_iam_permissions(
1137
1137
Response message for TestIamPermissions method.
1138
1138
"""
1139
1139
# Create or coerce a protobuf request object.
1140
- # Sanity check: If we got a request object, we should *not* have
1140
+ # Quick check: If we got a request object, we should *not* have
1141
1141
# gotten any keyword arguments that map to the request.
1142
1142
has_flattened_params = any ([resource , permissions ])
1143
1143
if request is not None and has_flattened_params :
@@ -1246,7 +1246,7 @@ async def create_backup(
1246
1246
1247
1247
"""
1248
1248
# Create or coerce a protobuf request object.
1249
- # Sanity check: If we got a request object, we should *not* have
1249
+ # Quick check: If we got a request object, we should *not* have
1250
1250
# gotten any keyword arguments that map to the request.
1251
1251
has_flattened_params = any ([parent , backup , backup_id ])
1252
1252
if request is not None and has_flattened_params :
@@ -1328,7 +1328,7 @@ async def get_backup(
1328
1328
A backup of a Cloud Spanner database.
1329
1329
"""
1330
1330
# Create or coerce a protobuf request object.
1331
- # Sanity check: If we got a request object, we should *not* have
1331
+ # Quick check: If we got a request object, we should *not* have
1332
1332
# gotten any keyword arguments that map to the request.
1333
1333
has_flattened_params = any ([name ])
1334
1334
if request is not None and has_flattened_params :
@@ -1425,7 +1425,7 @@ async def update_backup(
1425
1425
A backup of a Cloud Spanner database.
1426
1426
"""
1427
1427
# Create or coerce a protobuf request object.
1428
- # Sanity check: If we got a request object, we should *not* have
1428
+ # Quick check: If we got a request object, we should *not* have
1429
1429
# gotten any keyword arguments that map to the request.
1430
1430
has_flattened_params = any ([backup , update_mask ])
1431
1431
if request is not None and has_flattened_params :
@@ -1506,7 +1506,7 @@ async def delete_backup(
1506
1506
sent along with the request as metadata.
1507
1507
"""
1508
1508
# Create or coerce a protobuf request object.
1509
- # Sanity check: If we got a request object, we should *not* have
1509
+ # Quick check: If we got a request object, we should *not* have
1510
1510
# gotten any keyword arguments that map to the request.
1511
1511
has_flattened_params = any ([name ])
1512
1512
if request is not None and has_flattened_params :
@@ -1591,7 +1591,7 @@ async def list_backups(
1591
1591
1592
1592
"""
1593
1593
# Create or coerce a protobuf request object.
1594
- # Sanity check: If we got a request object, we should *not* have
1594
+ # Quick check: If we got a request object, we should *not* have
1595
1595
# gotten any keyword arguments that map to the request.
1596
1596
has_flattened_params = any ([parent ])
1597
1597
if request is not None and has_flattened_params :
@@ -1722,7 +1722,7 @@ async def restore_database(
1722
1722
1723
1723
"""
1724
1724
# Create or coerce a protobuf request object.
1725
- # Sanity check: If we got a request object, we should *not* have
1725
+ # Quick check: If we got a request object, we should *not* have
1726
1726
# gotten any keyword arguments that map to the request.
1727
1727
has_flattened_params = any ([parent , database_id , backup ])
1728
1728
if request is not None and has_flattened_params :
@@ -1820,7 +1820,7 @@ async def list_database_operations(
1820
1820
1821
1821
"""
1822
1822
# Create or coerce a protobuf request object.
1823
- # Sanity check: If we got a request object, we should *not* have
1823
+ # Quick check: If we got a request object, we should *not* have
1824
1824
# gotten any keyword arguments that map to the request.
1825
1825
has_flattened_params = any ([parent ])
1826
1826
if request is not None and has_flattened_params :
@@ -1922,7 +1922,7 @@ async def list_backup_operations(
1922
1922
1923
1923
"""
1924
1924
# Create or coerce a protobuf request object.
1925
- # Sanity check: If we got a request object, we should *not* have
1925
+ # Quick check: If we got a request object, we should *not* have
1926
1926
# gotten any keyword arguments that map to the request.
1927
1927
has_flattened_params = any ([parent ])
1928
1928
if request is not None and has_flattened_params :
0 commit comments