Skip to content

Commit

Permalink
fix: extend timeouts for deleting snapshots, backups and tables
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605388988
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 8, 2024
1 parent 07ec8fc commit fbcfef0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions google/bigtable/admin/v2/bigtableadmin_grpc_service_config.json
Expand Up @@ -9,35 +9,35 @@
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "ModifyColumnFamilies"
}
],
"timeout": "300s"
},
{
"name": [
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "DeleteTable"
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "SetIamPolicy"
"method": "DeleteBackup"
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "DeleteSnapshot"
},
}
],
"timeout": "300s"
},
{
"name": [
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "RestoreTable"
"method": "SetIamPolicy"
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "CreateBackup"
"method": "RestoreTable"
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
"method": "DeleteBackup"
"method": "CreateBackup"
},
{
"service": "google.bigtable.admin.v2.BigtableTableAdmin",
Expand Down

0 comments on commit fbcfef0

Please sign in to comment.