update API descriptions

This commit is contained in:
Sebastian Thiel
2020-07-10 09:11:32 +08:00
parent b6ee34dcff
commit 69fb05c4e1
271 changed files with 82506 additions and 23249 deletions

View File

@@ -1573,7 +1573,7 @@
}
}
},
"revision": "20200403",
"revision": "20200701",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
@@ -1662,6 +1662,22 @@
"description": "Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly",
"type": "string"
},
"databaseType": {
"description": "The type of the Cloud Firestore or Cloud Datastore database associated with this application.",
"enum": [
"DATABASE_TYPE_UNSPECIFIED",
"CLOUD_DATASTORE",
"CLOUD_FIRESTORE",
"CLOUD_DATASTORE_COMPATIBILITY"
],
"enumDescriptions": [
"Database type is unspecified.",
"Cloud Datastore",
"Cloud Firestore Native",
"Cloud Firestore in Datastore Mode"
],
"type": "string"
},
"defaultBucket": {
"description": "Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly",
"type": "string"