8000 fix: change fgac database role tags (#888) · googleapis/google-cloud-python@f353b54 · GitHub
[go: up one dir, main page]

Skip to content

Commit f353b54

Browse files
authored
fix: change fgac database role tags (#888)
* tests * changes * changes in fgac tag
1 parent 8c77080 commit f353b54

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-spanner/samples/samples

1 file changed

+2
-2
lines changed

packages/google-cloud-spanner/samples/samples/snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ def list_instance_config_operations():
23142314

23152315
def 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

23512351
def read_data_with_database_role(instance_id, database_id):

0 commit comments

Comments
 (0)
0