File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2314,7 +2314,7 @@ def list_instance_config_operations():
23142314
23152315def add_and_drop_database_roles (instance_id , database_id ):
23162316 """Showcases how to manage a user defined database role."""
2317- # [START spanner_add_and_drop_database_roles ]
2317+ # [START spanner_add_and_drop_database_role ]
23182318 # instance_id = "your-spanner-instance"
23192319 # database_id = "your-spanner-db-id"
23202320 spanner_client = spanner .Client ()
@@ -2345,7 +2345,7 @@ def add_and_drop_database_roles(instance_id, database_id):
23452345 operation .result (OPERATION_TIMEOUT_SECONDS )
23462346 print ("Revoked privileges and dropped role {}" .format (role_child ))
23472347
2348- # [END spanner_add_and_drop_database_roles ]
2348+ # [END spanner_add_and_drop_database_role ]
23492349
23502350
23512351def read_data_with_database_role (instance_id , database_id ):
You can’t perform that action at this time.
0 commit comments