mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -604,7 +604,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190318",
|
||||
"revision": "20190626",
|
||||
"rootUrl": "https://firebasehosting.googleapis.com/",
|
||||
"schemas": {
|
||||
"ActingUser": {
|
||||
@@ -653,15 +653,15 @@
|
||||
"type": "object"
|
||||
},
|
||||
"CloudRunRewrite": {
|
||||
"description": "A configured rewrite that will direct any requests to a Cloud Run service. If\nthe Cloud Run service does not exist when setting or updating your Firebase\nHosting configuration then the request will fail. Any errors from the Cloud\nRun service (including when the service has been deleted) will be passed back\ndown to the end user.",
|
||||
"description": "A configured rewrite that directs requests to a Cloud Run service. If the\nCloud Run service does not exist when setting or updating your Firebase\nHosting configuration, then the request fails. Any errors from the Cloud Run\nservice are passed to the end user (for example, if you delete a service, any\nrequests directed to that service receive a `404` error).",
|
||||
"id": "CloudRunRewrite",
|
||||
"properties": {
|
||||
"region": {
|
||||
"description": "Optional. The region where the Cloud Run service is hosted. Defaults to\n`us-central1` if not supplied.",
|
||||
"description": "Optional. User-provided region where the Cloud Run service is hosted.<br>\nDefaults to `us-central1` if not supplied.",
|
||||
"type": "string"
|
||||
},
|
||||
"serviceId": {
|
||||
"description": "Required. User supplied ID of the Cloud Run service.",
|
||||
"description": "Required. User-defined ID of the Cloud Run service.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user