From fea4a89c74b1f3c493352537346dde076c470f10 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 15 Mar 2024 14:51:46 +0000 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 116 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 108 insertions(+), 8 deletions(-) diff --git a/api-index-v1.json b/api-index-v1.json index e28c10f45cf19..2e64fc135c267 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -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 } } }, @@ -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", @@ -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", @@ -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", @@ -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", @@ -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",