Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Mar 15, 2024
1 parent b5debc8 commit fea4a89
Showing 1 changed file with 108 additions and 8 deletions.
116 changes: 108 additions & 8 deletions api-index-v1.json
Expand Up @@ -108784,42 +108784,43 @@
"google/api",
"google/firestore/admin/v1",
"google/longrunning",
"google/protobuf"
"google/protobuf",
"google/type"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Firestore.Admin.V1": 6
"Google.Cloud.Firestore.Admin.V1": 8
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/firestore/apiv1/admin/adminpb;adminpb": 6
"cloud.google.com/go/firestore/apiv1/admin/adminpb;adminpb": 8
}
},
"java_multiple_files": {
"valueCounts": {
"true": 6
"true": 8
}
},
"java_package": {
"valueCounts": {
"com.google.firestore.admin.v1": 6
"com.google.firestore.admin.v1": 8
}
},
"objc_class_prefix": {
"valueCounts": {
"GCFS": 6
"GCFS": 8
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Firestore\\Admin\\V1": 6
"Google\\Cloud\\Firestore\\Admin\\V1": 8
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Firestore::Admin::V1": 6
"Google::Cloud::Firestore::Admin::V1": 8
}
}
},
Expand All @@ -108828,6 +108829,17 @@
"shortName": "FirestoreAdmin",
"fullName": "google.firestore.admin.v1.FirestoreAdmin",
"methods": [
{
"shortName": "CreateBackupSchedule",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.CreateBackupSchedule",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/databases/*}/backupSchedules"
}
]
},
{
"shortName": "CreateDatabase",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.CreateDatabase",
Expand All @@ -108850,6 +108862,28 @@
}
]
},
{
"shortName": "DeleteBackup",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.DeleteBackup",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/backups/*}"
}
]
},
{
"shortName": "DeleteBackupSchedule",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.DeleteBackupSchedule",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/databases/*/backupSchedules/*}"
}
]
},
{
"shortName": "DeleteDatabase",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase",
Expand Down Expand Up @@ -108883,6 +108917,28 @@
}
]
},
{
"shortName": "GetBackup",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.GetBackup",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/backups/*}"
}
]
},
{
"shortName": "GetBackupSchedule",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.GetBackupSchedule",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/databases/*/backupSchedules/*}"
}
]
},
{
"shortName": "GetDatabase",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.GetDatabase",
Expand Down Expand Up @@ -108927,6 +108983,28 @@
}
]
},
{
"shortName": "ListBackupSchedules",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/databases/*}/backupSchedules"
}
]
},
{
"shortName": "ListBackups",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.ListBackups",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/backups"
}
]
},
{
"shortName": "ListDatabases",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.ListDatabases",
Expand Down Expand Up @@ -108960,6 +109038,28 @@
}
]
},
{
"shortName": "RestoreDatabase",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.RestoreDatabase",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*}/databases:restore"
}
]
},
{
"shortName": "UpdateBackupSchedule",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{backup_schedule.name=projects/*/databases/*/backupSchedules/*}"
}
]
},
{
"shortName": "UpdateDatabase",
"fullName": "google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase",
Expand Down

0 comments on commit fea4a89

Please sign in to comment.