mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
update API descriptions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user