mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 03:33:51 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/cloud-platform": {
|
||||
"description": "See, edit, configure, and delete your Google Cloud Platform data"
|
||||
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
|
||||
},
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only": {
|
||||
"description": "View your data across Google Cloud Platform services"
|
||||
"description": "View your data across Google Cloud services and see the email address of your Google Account"
|
||||
},
|
||||
"https://www.googleapis.com/auth/firebase": {
|
||||
"description": "View and administer all your Firebase data and settings"
|
||||
@@ -317,7 +317,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210329",
|
||||
"revision": "20220304",
|
||||
"rootUrl": "https://firebasedatabase.googleapis.com/",
|
||||
"schemas": {
|
||||
"DatabaseInstance": {
|
||||
@@ -329,7 +329,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`. Currently the only supported location is 'us-central1'.",
|
||||
"description": "The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.",
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
|
||||
Reference in New Issue
Block a user