mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
chore(json-up): fetch latest json
api-list.yaml was updated manually to push out APIs which are just empty or plain incompatible with what we are doing
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/q1k107w8H1_Vpbv_soyd95U2Uhs\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/sOTtGIhBrGRLc0_FlU9VkPbZAm0\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "appengine:v1beta4",
|
||||
"name": "appengine",
|
||||
"version": "v1beta4",
|
||||
"revision": "20160121",
|
||||
"revision": "20160223",
|
||||
"title": "Google App Engine Admin API",
|
||||
"description": "The Google App Engine Admin API enables developers to provision and manage their App Engine applications.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -121,7 +121,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The relative name/path of the application. Example: \"myapp\". @OutputOnly"
|
||||
"description": "The relative name/path of the application. Example: \"myapp\"."
|
||||
},
|
||||
"dispatchRules": {
|
||||
"type": "array",
|
||||
@@ -130,6 +130,10 @@
|
||||
"$ref": "UrlDispatchRule"
|
||||
}
|
||||
},
|
||||
"authDomain": {
|
||||
"type": "string",
|
||||
"description": "If set, only users from the specified Google Apps authentication domain may access the application. If not set, any Google Account may access the application."
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"description": "The location from which the application will be run. Choices are \"us-central\" for United States and \"europe-west\" for European Union. Application instances will run out of data centers in the chosen location and all of the application's End User Content will be stored at rest in the chosen location. The default is \"us-central\"."
|
||||
@@ -138,6 +142,14 @@
|
||||
"type": "string",
|
||||
"description": "A Google Cloud Storage bucket which can be used for storing files associated with an application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly"
|
||||
},
|
||||
"defaultCookieExpiration": {
|
||||
"type": "string",
|
||||
"description": "Determines the cookie expiration policy for the application."
|
||||
},
|
||||
"defaultHostname": {
|
||||
"type": "string",
|
||||
"description": "The hostname used to reach the application, as resolved by App Engine. @OutputOnly"
|
||||
},
|
||||
"defaultBucket": {
|
||||
"type": "string",
|
||||
"description": "A Google Cloud Storage bucket which can be used by the application to store content. @OutputOnly"
|
||||
@@ -1453,6 +1465,51 @@
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"id": "appengine.apps.modules.versions.patch",
|
||||
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
|
||||
"httpMethod": "PATCH",
|
||||
"description": "Updates an existing version. Note: UNIMPLEMENTED.",
|
||||
"parameters": {
|
||||
"appsId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. Name of the resource to update. For example: \"apps/myapp/modules/default/versions/1\".",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"modulesId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. See documentation of `appsId`.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"versionsId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. See documentation of `appsId`.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"mask": {
|
||||
"type": "string",
|
||||
"description": "Standard field mask for the set of fields to be updated.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"appsId",
|
||||
"modulesId",
|
||||
"versionsId"
|
||||
],
|
||||
"request": {
|
||||
"$ref": "Version"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/zAfXnU96F6G6dh1E_ZlK9dswqE4\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/tL7xNjyj_kg_Ll9deL7DxZKPLUI\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "appengine:v1beta5",
|
||||
"name": "appengine",
|
||||
"version": "v1beta5",
|
||||
"revision": "20160121",
|
||||
"revision": "20160223",
|
||||
"title": "Google App Engine Admin API",
|
||||
"description": "The Google App Engine Admin API enables developers to provision and manage their App Engine applications.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -201,7 +201,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The relative name/path of the application. Example: \"myapp\". @OutputOnly"
|
||||
"description": "The relative name/path of the application. Example: \"myapp\"."
|
||||
},
|
||||
"dispatchRules": {
|
||||
"type": "array",
|
||||
@@ -210,6 +210,10 @@
|
||||
"$ref": "UrlDispatchRule"
|
||||
}
|
||||
},
|
||||
"authDomain": {
|
||||
"type": "string",
|
||||
"description": "If set, only users from the specified Google Apps authentication domain may access the application. If not set, any Google Account may access the application."
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"description": "The location from which the application will be run. Choices are \"us\" for United States and \"eu\" for European Union. Application instances will run out of data centers in the chosen location and all of the application's End User Content will be stored at rest in the chosen location. The default is \"us\"."
|
||||
@@ -218,6 +222,14 @@
|
||||
"type": "string",
|
||||
"description": "A Google Cloud Storage bucket which can be used for storing files associated with an application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly"
|
||||
},
|
||||
"defaultCookieExpiration": {
|
||||
"type": "string",
|
||||
"description": "Determines the cookie expiration policy for the application."
|
||||
},
|
||||
"defaultHostname": {
|
||||
"type": "string",
|
||||
"description": "The hostname used to reach the application, as resolved by App Engine. @OutputOnly"
|
||||
},
|
||||
"defaultBucket": {
|
||||
"type": "string",
|
||||
"description": "A Google Cloud Storage bucket which can be used by the application to store content. @OutputOnly"
|
||||
@@ -1493,6 +1505,51 @@
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"id": "appengine.apps.services.versions.patch",
|
||||
"path": "v1beta5/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
|
||||
"httpMethod": "PATCH",
|
||||
"description": "Updates an existing version. Note: UNIMPLEMENTED.",
|
||||
"parameters": {
|
||||
"appsId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. Name of the resource to update. For example: \"apps/myapp/services/default/versions/1\".",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"servicesId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. See documentation of `appsId`.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"versionsId": {
|
||||
"type": "string",
|
||||
"description": "Part of `name`. See documentation of `appsId`.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"mask": {
|
||||
"type": "string",
|
||||
"description": "Standard field mask for the set of fields to be updated.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"appsId",
|
||||
"servicesId",
|
||||
"versionsId"
|
||||
],
|
||||
"request": {
|
||||
"$ref": "Version"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Version"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user