@@ -68800,37 +68800,37 @@
6880068800 "options": {
6880168801 "csharp_namespace": {
6880268802 "valueCounts": {
68803- "Google.Cloud.Firestore.Admin.V1": 5
68803+ "Google.Cloud.Firestore.Admin.V1": 6
6880468804 }
6880568805 },
6880668806 "go_package": {
6880768807 "valueCounts": {
68808- "google.golang.org/genproto/googleapis/firestore/admin/v1;admin": 5
68808+ "google.golang.org/genproto/googleapis/firestore/admin/v1;admin": 6
6880968809 }
6881068810 },
6881168811 "java_multiple_files": {
6881268812 "valueCounts": {
68813- "true": 5
68813+ "true": 6
6881468814 }
6881568815 },
6881668816 "java_package": {
6881768817 "valueCounts": {
68818- "com.google.firestore.admin.v1": 5
68818+ "com.google.firestore.admin.v1": 6
6881968819 }
6882068820 },
6882168821 "objc_class_prefix": {
6882268822 "valueCounts": {
68823- "GCFS": 5
68823+ "GCFS": 6
6882468824 }
6882568825 },
6882668826 "php_namespace": {
6882768827 "valueCounts": {
68828- "Google\\Cloud\\Firestore\\Admin\\V1": 5
68828+ "Google\\Cloud\\Firestore\\Admin\\V1": 6
6882968829 }
6883068830 },
6883168831 "ruby_package": {
6883268832 "valueCounts": {
68833- "Google::Cloud::Firestore::Admin::V1": 5
68833+ "Google::Cloud::Firestore::Admin::V1": 6
6883468834 }
6883568835 }
6883668836 },
6887268872 }
6887368873 ]
6887468874 },
68875+ {
68876+ "shortName": "GetDatabase",
68877+ "fullName": "google.firestore.admin.v1.FirestoreAdmin.GetDatabase",
68878+ "mode": "UNARY",
68879+ "bindings": [
68880+ {
68881+ "httpMethod": "GET",
68882+ "path": "/v1/{name=projects/*/databases/*}"
68883+ }
68884+ ]
68885+ },
6887568886 {
6887668887 "shortName": "GetField",
6887768888 "fullName": "google.firestore.admin.v1.FirestoreAdmin.GetField",
6890568916 }
6890668917 ]
6890768918 },
68919+ {
68920+ "shortName": "ListDatabases",
68921+ "fullName": "google.firestore.admin.v1.FirestoreAdmin.ListDatabases",
68922+ "mode": "UNARY",
68923+ "bindings": [
68924+ {
68925+ "httpMethod": "GET",
68926+ "path": "/v1/{parent=projects/*}/databases"
68927+ }
68928+ ]
68929+ },
6890868930 {
6890968931 "shortName": "ListFields",
6891068932 "fullName": "google.firestore.admin.v1.FirestoreAdmin.ListFields",
6892768949 }
6892868950 ]
6892968951 },
68952+ {
68953+ "shortName": "UpdateDatabase",
68954+ "fullName": "google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase",
68955+ "mode": "UNARY",
68956+ "bindings": [
68957+ {
68958+ "httpMethod": "PATCH",
68959+ "path": "/v1/{database.name=projects/*/databases/*}"
68960+ }
68961+ ]
68962+ },
6893068963 {
6893168964 "shortName": "UpdateField",
6893268965 "fullName": "google.firestore.admin.v1.FirestoreAdmin.UpdateField",
0 commit comments