Skip to content

Commit

Permalink
docs: cleanup inner region tags (#764)
Browse files Browse the repository at this point in the history
* docs: standardizing region tags to be consistent with other related snippets

* docs: cleanup old tags now that new ones are live
  • Loading branch information
Anthony committed Jan 4, 2021
1 parent 3d9689c commit 90ad9d6
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -1623,7 +1623,6 @@ static void createBackup(
// [END spanner_create_backup]

// [START spanner_cancel_backup_create]
// [START spanner_cancel_create_backup]
static void cancelCreateBackup(
DatabaseAdminClient dbAdminClient, DatabaseId databaseId, BackupId backupId) {
// Set expire time to 14 days from now.
Expand Down Expand Up @@ -1666,7 +1665,6 @@ static void cancelCreateBackup(
throw SpannerExceptionFactory.propagateInterrupt(e);
}
}
// [END spanner_cancel_create_backup]
// [END spanner_cancel_backup_create]

// [START spanner_list_backup_operations]
Expand Down

0 comments on commit 90ad9d6

Please sign in to comment.